commit 812c48dde49249e9303605e3b1531eaeca9ada87
parent f0f1c94afa378cc7e6a8e10f24dc35ee5c31016e
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Tue, 29 Aug 2023 16:17:40 +0200
tweaks: add a comment that refers to the VTE spurious-code issue
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/winio.c b/src/winio.c
@@ -1320,7 +1320,7 @@ int parse_kbinput(WINDOW *frame)
case KEY_BTAB:
return SHIFT_TAB;
- case 0x24C:
+ case 0x24C: /* Spurious code from VTE -- see https://sv.gnu.org/bugs/?64578. */
statusline(ALERT, _("Wrong TERM for this terminal"));
place_the_cursor();
return ERR;