Sat Jun 10 11:38:36 PDT 2000 Michael Jennings <mej@eterm.org>

Some terminfo fixes, also from Marius Gedminas <mgedmin@takas.lt>.


SVN revision: 2774
This commit is contained in:
Michael Jennings 2000-06-10 18:21:35 +00:00
parent 63a63fbec3
commit 63475cb86c
2 changed files with 7 additions and 2 deletions

View File

@ -3669,3 +3669,8 @@ Fri Jun 9 22:33:29 PDT 2000 Michael Jennings <mej@eterm.org>
but thanks to Marius Gedminas <mgedmin@takas.lt> for pointing it out. but thanks to Marius Gedminas <mgedmin@takas.lt> for pointing it out.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
Sat Jun 10 11:38:36 PDT 2000 Michael Jennings <mej@eterm.org>
Some terminfo fixes, also from Marius Gedminas <mgedmin@takas.lt>.
-------------------------------------------------------------------------------

View File

@ -105,7 +105,7 @@ Eterm-base|Eterm basic terminal capabilities,
kPRV=\e[5$, kNXT=\e[6$, kPRV=\e[5$, kNXT=\e[6$,
# Shift-Delete/Home/End and Ctrl-End. It's a $ instead of a ~ for # Shift-Delete/Home/End and Ctrl-End. It's a $ instead of a ~ for
# Shift-, a ^ for Ctrl-, and @ for Ctrl-Shift-. # Shift-, a ^ for Ctrl-, and @ for Ctrl-Shift-.
kDC=\e[3$, kHOM=\e[7$, kEND=\e[8$, kel=\e[8^, kDC=\e[3$, kHOM=\e[7$, kEND=\e[8$, kel=\e[8\^,
# Reset terminal, turn off all attributes # Reset terminal, turn off all attributes
rs1=\e>\e[1;3;4;5;6l\e[?7h\e[m\e[r\e[2J\e[H, rs1=\e>\e[1;3;4;5;6l\e[?7h\e[m\e[r\e[2J\e[H,
@ -144,7 +144,7 @@ Eterm-mouse|Eterm with X11 mouse reporting,
kmous=\e[M, kmous=\e[M,
###### Add xterm-style color sequences. ###### Add xterm-style color sequences.
Eterm|Eterm-color|eterm|Eterm with xterm-style color support (X Window System), Eterm|Eterm-color|Eterm with xterm-style color support (X Window System),
use=Eterm-mouse, colors#8, pairs#64, use=Eterm-mouse, colors#8, pairs#64,
# Revert to the original foreground/background pair # Revert to the original foreground/background pair