summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMandrake <mandrake@user.sourceforge.net>1999-10-26 16:00:16 +0000
committerMandrake <mandrake@user.sourceforge.net>1999-10-26 16:00:16 +0000
commit0193b323db8105b8fa524c01acd1efe8bbccc329 (patch)
tree283c95fd7e30cbe30345f1cdb7e355dec9afbb9a /themes
parent2320377a0aefb411ff3c0ce53c53c47294ddf921 (diff)
downloadeterm-0193b323db8105b8fa524c01acd1efe8bbccc329.tar.gz
Tue Oct 26 16:28:34 PDT 1999
(Mandrake) I hate the default behaviour for tripleclick, and there's an option to turn it off. however, it isn't documented in the default theme anywhere. So, I fixed that annoyance and put it in the sample Eterm theme.cfg file (set to the default value, not the OTW) SVN revision: 990
Diffstat (limited to 'themes')
-rw-r--r--themes/Eterm/theme.cfg.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/Eterm/theme.cfg.in b/themes/Eterm/theme.cfg.in
index df9ca72..da5770d 100644
--- a/themes/Eterm/theme.cfg.in
+++ b/themes/Eterm/theme.cfg.in
@@ -271,6 +271,12 @@ begin main
# login information. Eterm *must* run privileged to do this.
utmp_logging on
+
+# If true, Eterm will select the whole line when you triple click on the
+# window, instead of from that location/word to the end of the line
+# (because that behaviour sucks --Mandrake)
+ select_line false
+
# If true, Eterm will handle the Meta (Alt) + keypress to set the 8th bit.
# If false, Eterm will handle the Meta + keypress as an escape prefix. (default)
# meta8 false