mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-25 22:29:42 +03:00
tweaks: add a comment that refers to the VTE spurious-code issue
This commit is contained in:
parent
f0f1c94afa
commit
812c48dde4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user