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
This commit is contained in:
Mandrake 1999-10-26 16:00:16 +00:00
parent 2320377a0a
commit 0193b323db
2 changed files with 14 additions and 0 deletions

View File

@ -2624,3 +2624,11 @@ Tue Oct 19 16:34:51 PDT 1999 Michael Jennings <mej@eterm.org>
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)

View File

@ -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