|
Revision 4196, 1.4 kB
(checked in by miyoshi, 2 years ago)
|
Sync up with Emacs CVS HEAD.
|
| Line | |
|---|
| 1 |
eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96, |
|---|
| 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 |
# |
|---|
| 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. |
|---|
| 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, |
|---|
| 30 |
cup=\E[%i%p1%d;%p2%dH, |
|---|
| 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, |
|---|
| 38 |
el1=\E[1K, |
|---|
| 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~, |
|---|
| 55 |
kich1=\E[2~, |
|---|
| 56 |
knp=\E[6~, |
|---|
| 57 |
kpp=\E[5~, |
|---|
| 58 |
op=\E[39;49m, |
|---|
| 59 |
rc=\E8, |
|---|
| 60 |
rev=\E[7m, |
|---|
| 61 |
ri=\EM, |
|---|
| 62 |
rmir=\E[4l, |
|---|
| 63 |
rmso=\E[27m, |
|---|
| 64 |
rmul=\E[24m, |
|---|
| 65 |
rs1=\Ec, |
|---|
| 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, |
|---|
| 75 |
# rs2 may need to be added |
|---|