mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 18:22:09 +02:00
Change the terminfo entry for cud1 to not alter text to comply with the terminfo man page
Fixes #5766
This commit is contained in:
@@ -30,7 +30,7 @@ xterm-kitty|KovIdTTY,
|
||||
cub=\E[%p1%dD,
|
||||
cub1=^H,
|
||||
cud=\E[%p1%dB,
|
||||
cud1=^J,
|
||||
cud1=\E[B,
|
||||
cuf=\E[%p1%dC,
|
||||
cuf1=\E[C,
|
||||
cup=\E[%i%p1%d;%p2%dH,
|
||||
|
||||
Reference in New Issue
Block a user