From f60066a64dcd7d2729f3a3e5e1bccc2cc728a135 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 15 Aug 2023 21:55:14 -0700 Subject: [PATCH] terminfo: add fullkbd for kitty keyboard protocol --- src/terminfo/ghostty.zig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/terminfo/ghostty.zig b/src/terminfo/ghostty.zig index 2e37bfc64..15f40466d 100644 --- a/src/terminfo/ghostty.zig +++ b/src/terminfo/ghostty.zig @@ -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 } },