mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 16:26:08 +03:00
terminfo: add fullkbd for kitty keyboard protocol
This commit is contained in:
@ -67,8 +67,7 @@ pub const ghostty: Source = .{
|
||||
|
||||
// Full keyboard support using Kitty's keyboard protocol:
|
||||
// https://sw.kovidgoyal.net/kitty/keyboard-protocol/
|
||||
// Commented out because we don't yet support this.
|
||||
// .{ .name = "fullkbd", .value = .{ .boolean = {} } },
|
||||
.{ .name = "fullkbd", .value = .{ .boolean = {} } },
|
||||
|
||||
// Number of colors in the color palette.
|
||||
.{ .name = "colors", .value = .{ .numeric = 256 } },
|
||||
|
Reference in New Issue
Block a user