From 3c01eb48dc1b54b8939b6afa628361523a9def3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 16 Nov 2021 19:55:23 +0100 Subject: [PATCH] =?UTF-8?q?term:=20kitty=20kbd:=20fix=20typo:=20=E2=80=98B?= =?UTF-8?q?KD=E2=80=99=20->=20=E2=80=98KBD=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- terminal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal.h b/terminal.h index c20e30fc..12d3fa0d 100644 --- a/terminal.h +++ b/terminal.h @@ -130,7 +130,7 @@ struct sixel { enum kitty_kbd_flags { KITTY_KBD_DISAMBIGUATE = 0x01, KITTY_KBD_REPORT_EVENT = 0x02, - KITTY_BKD_REPORT_ALTERNATE = 0x04, + KITTY_KBD_REPORT_ALTERNATE = 0x04, KITTY_KBD_REPORT_ALL = 0x08, KITTY_KBD_REPORT_ASSOCIATED = 0x10, KITTY_KBD_MASK = 0x1f,