0
|
1 # These are ordered as in the O'Reilly "termcap and terminfo" book.
|
|
2 eterm,
|
|
3 lines#24,cols#80,
|
|
4 cuu1=\E[A,cud1=\n,cub1=\b,cuf1=\E[C,home=\E[H,cr=\r,
|
|
5 cuu=\E[%p1%dA,cud=\E[%p1%dB,cub=\E[%p1%dD,cuf=\E[%p1%dC,
|
|
6 cup=\E[%i%p1%d;%p2%dH,
|
|
7 ind=\n,csr=\E[%i%p1%d;%p2%dr,
|
|
8 il1=\E[L,il=\E[%p1%dL,
|
|
9 clear=\E[H\E[J,ed=\\E[J,el=\E[K,el1=\E[1K,
|
|
10 dl1=\E[M,dl=\E[%p1%dM,dch1=\E[P,dch=\E[%p1%dP,
|
151
|
11 kcub1=\E[D,kcuf1=\E[C,kcuu1=\E[A,kcud1=\E[B,
|
0
|
12 smir=\E[4h,rmir=\E[4l,ich=\E[%p1%d@,mir,
|
|
13 smcup=\E7\E[?47h,rmcup=\E[2J\E[?47l\E8,
|
|
14 ht=\t,
|
|
15 smso=\E[7m,rmso=\E[m,
|
|
16 smul=\E[4m,rmul=\E[m,
|
|
17 rev=\E[7m,bold=\E[1m,sgr0=\E[m,
|
|
18 bel=^G,xenl,am,
|