Change the terminfo entry for cud1 to not alter text to comply with the terminfo man page

Fixes #5766
This commit is contained in:
Kovid Goyal
2022-12-20 07:23:52 +05:30
parent e4ee2cf995
commit d8284befd3
4 changed files with 3 additions and 3 deletions

View File

@@ -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,