mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 22:10:29 +00:00
terminal: device attributes
This commit is contained in:
@@ -278,6 +278,7 @@ pub const StreamHandler = struct {
|
||||
.size_report => self.sendSizeReport(value),
|
||||
.xtversion => try self.reportXtversion(),
|
||||
.device_attributes => try self.deviceAttributes(value),
|
||||
.device_status => try self.deviceStatusReport(value.request),
|
||||
.kitty_keyboard_query => try self.queryKittyKeyboard(),
|
||||
.kitty_keyboard_push => {
|
||||
log.debug("pushing kitty keyboard mode: {}", .{value.flags});
|
||||
|
||||
Reference in New Issue
Block a user