SVN revision: 4774
This commit is contained in:
Michael Jennings 2001-05-17 01:56:57 +00:00
parent ff68bdd1c9
commit ec90ed19ae
1 changed files with 2 additions and 2 deletions

View File

@ -110,10 +110,10 @@ Eterm|Eterm-color|Eterm with xterm-style color support (X Window System),
# Reset terminal, turn off all attributes
rs1=\e>\e[1;3;4;5;6l\e[?7h\e[m\e[r\e[2J\e[H,
rs2=\e[r\e[m\e[2J\e[H\e[?7h\e[?1;3;4;6l\e>,
rs2=\e[r\e[m\e[2J\e[H\e[?7h\e[?1;3;4;6l\e[4l\e>,
# Init terminal
is1=\e[?47l\e>\e[?1l,
is2=\e[r\e[m\e[2J\e[H\e[?7h\e[?1;3;4;6l,
is2=\e[r\e[m\e[2J\e[H\e[?7h\e[?1;3;4;6l\e[4l,
# Enter/leave cursor address mode. The 1st set uses the
# secondary screen. The 2nd one doesn't.