]> git.pld-linux.org Git - packages/compat-ncurses5.git/blob - ncurses-xterm_hpa_fix.patch
- release 16 (by relup.sh)
[packages/compat-ncurses5.git] / ncurses-xterm_hpa_fix.patch
1 --- ncurses-5.6/misc/terminfo.src.orig  2006-12-30 16:47:29.671281275 +0100
2 +++ ncurses-5.6/misc/terminfo.src       2006-12-30 16:56:15.349237954 +0100
3 @@ -2902,7 +2902,7 @@
4         cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A,
5         dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J,
6         el=\E[K, enacs=\E)0, home=\E[H, ht=^I, hts=\EH, il=\E[%p1%dL,
7 -       il1=\E[L, ind=^J,
8 +       il1=\E[L, ind=^J, hpa=\E[%i%p1%dG,
9         is2=\E[m\E[?7h\E[4l\E>\E7\E[r\E[?1;3;4;6l\E8, kbs=^H,
10         kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
11         kdch1=\E[3~, kf1=\E[11~, kf10=\E[21~, kf11=\E[23~,
This page took 0.026895 seconds and 3 git commands to generate.