summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2001-05-10 00:20:15 +0000
committerMichael Jennings <mej@kainx.org>2001-05-10 00:20:15 +0000
commita286152df9a5d003a4a0fbbfaf933e8bcde72cb3 (patch)
treea826bf226844cd4cbc9fb6d37b89aa5e9cdac3ab /doc
parent0291d6b7a1548f31892554c0554a7f51a421dad0 (diff)
downloadeterm-a286152df9a5d003a4a0fbbfaf933e8bcde72cb3.tar.gz
Wed May 9 17:18:11 PDT 2001 Michael Jennings <mej@eterm.org>
Fixed several bugs in the saving of settings and the support of scripts in menus. Also fixed the definition of term_name in the theme files as pointed out by Laurence J. Lane <ljlane@debian.org>. SVN revision: 4750
Diffstat (limited to 'doc')
-rw-r--r--doc/Eterm.ti3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Eterm.ti b/doc/Eterm.ti
index 8eb93c4..baa7de7 100644
--- a/doc/Eterm.ti
+++ b/doc/Eterm.ti
@@ -56,6 +56,8 @@ Eterm-base|Eterm basic terminal capabilities,
bold=\e[1m, rev=\e[7m, blink=\e[5m,
# Start/stop underline, standout (reverse video)
smul=\e[4m, rmul=\e[24m, smso=\e[7m, rmso=\e[27m,
+# Turn off all attributes (exit_attribute_mode)
+ sgr0=\e[m^O,
# Flash the screen (sets and resets reverse video for the whole screen)
flash=\e[?5h\e[?5l,
@@ -135,7 +137,6 @@ Eterm-ansi|Eterm with ANSI color (X Window System),
use=Eterm-base,
sgr=\e[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t^N%e^O%;,
## sgr=\e[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m,
- sgr0=\e[m^O,
###### Add mouse reporting
Eterm-mouse|Eterm with X11 mouse reporting,