Merge from emacs--rel--22
[bpt/emacs.git] / etc / e / eterm-color.ti
CommitLineData
6f97b9c8 1eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96,
5cc01309
GM
2#
3# The code here is forced by the interface, and is not subject to
4# copyright, constituting the only possible expression of the algorithm
5# in this format.
6#
cc795ef0
DN
7# When updating this file, etc/e/eterm-color should be regenerated by
8# running "make e/eterm-color" in the etc directory.
9# Any change to this file should be done at the same time with a
10# corresponding change to the TERMCAP evironment variable in term.el.
11# Comments in term.el specify where each of these capabilities is implemented.
08e8e7e9
DN
12 colors#8,
13 cols#80,
14 lines#24,
15 pairs#64,
16 am,
17 mir,
18 xenl,
19 bel=^G,
20 bold=\E[1m,
21 clear=\E[H\E[J,
22 cr=\r,
23 csr=\E[%i%p1%d;%p2%dr,
24 cub1=\b,
25 cub=\E[%p1%dD,
26 cud1=\n,
27 cud=\E[%p1%dB,
28 cuf1=\E[C,
29 cuf=\E[%p1%dC,
a933dad1 30 cup=\E[%i%p1%d;%p2%dH,
08e8e7e9
DN
31 cuu1=\E[A,
32 cuu=\E[%p1%dA,
33 dch1=\E[P,
34 dch=\E[%p1%dP,
35 dl1=\E[M,
36 dl=\E[%p1%dM,
37 ed=\E[J,
cc795ef0 38 el1=\E[1K,
08e8e7e9
DN
39 el=\E[K,
40 home=\E[H,
41 ht=\t,
42 ich=\E[%p1%d@,
43 il1=\E[L,
44 il=\E[%p1%dL,
45 ind=\n,
46 invis=\E[8m,
47 kbs=^?,
48 kcub1=\EOD,
49 kcud1=\EOB,
50 kcuf1=\EOC,
51 kcuu1=\EOA,
52 kdch1=\E[3~,
53 kend=\E[4~,
54 khome=\E[1~,
14397ea7 55 kich1=\E[2~,
08e8e7e9
DN
56 knp=\E[6~,
57 kpp=\E[5~,
58 op=\E[39;49m,
59 rc=\E8,
60 rev=\E[7m,
14397ea7 61 ri=\EM,
08e8e7e9
DN
62 rmir=\E[4l,
63 rmso=\E[27m,
64 rmul=\E[24m,
09411f50 65 rs1=\Ec,
08e8e7e9
DN
66 sc=\E7,
67 setab=\E[%p1%{40}%+%dm,
68 setaf=\E[%p1%{30}%+%dm,
69 sgr0=\E[m,
70 smir=\E[4h,
71 smul=\E[4m,
72 smso=\E[7m,
73# smcup=\E[?47h,
74# rmcup=\E[?47l,
09411f50 75# rs2 may need to be added