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

This reverts commit d8284befd3.
See https://github.com/kovidgoyal/kitty/issues/5766#issuecomment-1363025173
This commit is contained in:
Kovid Goyal
2022-12-22 21:49:32 +05:30
parent 038639e2d3
commit bcedbe5ec1
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=\E[B,
cud1=^J,
cuf=\E[%p1%dC,
cuf1=\E[C,
cup=\E[%i%p1%d;%p2%dH,