terminal: convert dcs

This commit is contained in:
Mitchell Hashimoto
2025-10-23 21:29:16 -07:00
parent 6902d89d91
commit 109376115b
3 changed files with 20 additions and 9 deletions

View File

@@ -303,6 +303,9 @@ pub const StreamHandler = struct {
.end_hyperlink => try self.endHyperlink(),
.active_status_display => self.terminal.status_display = value,
.decaln => try self.decaln(),
.dcs_hook => try self.dcsHook(value),
.dcs_put => try self.dcsPut(value),
.dcs_unhook => try self.dcsUnhook(),
.apc_start => self.apc.start(),
.apc_end => try self.apcEnd(),
.apc_put => self.apc.feed(self.alloc, value),