From 0193b323db8105b8fa524c01acd1efe8bbccc329 Mon Sep 17 00:00:00 2001 From: Mandrake Date: Tue, 26 Oct 1999 16:00:16 +0000 Subject: [PATCH] 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 --- ChangeLog | 8 ++++++++ themes/Eterm/theme.cfg.in | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index b19723a..286a7b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2624,3 +2624,11 @@ Tue Oct 19 16:34:51 PDT 1999 Michael Jennings extern int unlockpt(int fd); ------------------------------------------------------------------------------- + +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) 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