mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-09-17 11:14:50 +00:00
terminal: DCS handler, XTGETTCAP parsing
This commit is contained in:
@@ -1199,6 +1199,11 @@ const StreamHandler = struct {
|
||||
};
|
||||
}
|
||||
|
||||
pub fn dcsHook(self: *StreamHandler, dcs: terminal.DCS) !void {
|
||||
_ = self;
|
||||
log.warn("DCS HOOK: {}", .{dcs});
|
||||
}
|
||||
|
||||
pub fn apcStart(self: *StreamHandler) !void {
|
||||
self.apc.start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user