Xinqi Bao's Git

add mouse report escape to terminfo entry.
[st.git] / st.info
1 # unsupported xterm caps are (getting) commented.
2 # as soon as they work, uncomment them.
3 st| simpleterm,
4 acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,
5 am,
6 # bce,
7 bel=^G,
8 # blink=\E[5m,
9 bold=\E[1m,
10 cbt=\E[Z,
11 cvvis=\E[?25h,
12 civis=\E[?25l,
13 clear=\E[H\E[2J,
14 cnorm=\E[?12l\E[?25h,
15 colors#8,
16 cols#80,
17 cr=^M,
18 csr=\E[%i%p1%d;%p2%dr,
19 cub=\E[%p1%dD,
20 cub1=^H,
21 cud1=^J,
22 cud=\E[%p1%dB,
23 cuf1=\E[C,
24 cuf=\E[%p1%dC,
25 cup=\E[%i%p1%d;%p2%dH,
26 cuu1=\E[A,
27 cuu=\E[%p1%dA,
28 dch=\E[%p1%dP,
29 dch1=\E[P,
30 dl=\E[%p1%dM,
31 dl1=\E[M,
32 ech=\E[%p1%dX,
33 ed=\E[J,
34 el=\E[K,
35 el1=\E[1K,
36 home=\E[H,
37 hpa=\E[%i%p1%dG,
38 ht=^I,
39 hts=\EH,
40 ich=\E[%p1%d@,
41 il1=\E[L,
42 il=\E[%p1%dL,
43 ind=^J,
44 indn=\E[%p1%dS,
45 invis=\E[8m,
46 it#8,
47 kbs=\177,
48 kcub1=\E[D,
49 kcud1=\E[B,
50 kcuf1=\E[C,
51 kcuu1=\E[A,
52 kLFT=\E[d,
53 kRIT=\E[c,
54 kind=\E[a,
55 kri=\E[b,
56 kdch1=\E[3~,
57 kich1=\E[2~,
58 kend=\E[4~,
59 kf10=\E[21~,
60 kf11=\E[23~,
61 kf12=\E[24~,
62 kf1=\EOP,
63 kf2=\EOQ,
64 kf3=\EOR,
65 kf4=\EOS,
66 kf5=\E[15~,
67 kf6=\E[17~,
68 kf7=\E[18~,
69 kf8=\E[19~,
70 kf9=\E[20~,
71 khome=\E[1~,
72 knp=\E[6~,
73 kmous=\E[M,
74 kpp=\E[5~,
75 lines#24,
76 mir,
77 msgr,
78 ncv#3,
79 op=\E[37;40m,
80 pairs#64,
81 rc=\E8,
82 rev=\E[7m,
83 ri=\EM,
84 rmacs=\E(B,
85 rmso=\E[m,
86 rmul=\E[m,
87 sc=\E7,
88 setab=\E[4%p1%dm,
89 setaf=\E[3%p1%dm,
90 sgr0=\E[0m,
91 sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m,
92 smacs=\E(0,
93 smso=\E[7m,
94 smul=\E[4m,
95 tbc=\E[2g,
96 ul,
97 xenl,
98
99 st-256color| simpleterm with 256 colors,
100 use=st,
101 colors#256,
102 pairs#32767,
103 # Nicked from xterm-256color
104 setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m,
105 setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m,