mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46: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:
|
// Full keyboard support using Kitty's keyboard protocol:
|
||||||
// https://sw.kovidgoyal.net/kitty/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.
|
// Number of colors in the color palette.
|
||||||
.{ .name = "colors", .value = .{ .numeric = 256 } },
|
.{ .name = "colors", .value = .{ .numeric = 256 } },
|
||||||
|
Reference in New Issue
Block a user