diff options
author | Michael Jennings <mej@kainx.org> | 2000-02-16 03:37:34 +0000 |
---|---|---|
committer | Michael Jennings <mej@kainx.org> | 2000-02-16 03:37:34 +0000 |
commit | af082c9a22398e18bc759c47bdf18f7e7dfaee38 (patch) | |
tree | f9883442eeb879b33086047f7b6ed798c7d89d62 /themes/cEterm | |
parent | 16580dfd295fe4c1fdb361a9d348e784a664bf0c (diff) | |
download | eterm-af082c9a22398e18bc759c47bdf18f7e7dfaee38.tar.gz |
Tue Feb 15 19:31:04 PST 2000 Michael Jennings <mej@eterm.org>
The buttonbar can now be toggled on and off both in the config file
and via an escape sequence. The themes in CVS use Ctrl-Shift-Button3.
You can also specify in the config file whether to dock the buttonbar
at the top or the bottom of the Eterm window. You can't move it on
the fly yet, but that will come.
I also fixed resizing so that the term window didn't redraw itself
unnecessarily. Hopefully I didn't break anything in the process. :-)
Plus, I fixed poor handling of X-generated ConfigureNotify events, and
the terminfo stuff is now done at install time instead of build time.
SVN revision: 2077
Diffstat (limited to 'themes/cEterm')
-rw-r--r-- | themes/cEterm/theme.cfg.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/cEterm/theme.cfg.in b/themes/cEterm/theme.cfg.in index 321cc22..4b6991d 100644 --- a/themes/cEterm/theme.cfg.in +++ b/themes/cEterm/theme.cfg.in @@ -285,6 +285,7 @@ begin main bind ctrl button1 to string "\e]5;\a" bind ctrl button2 to string "\e[?30t" bind ctrl button3 to menu Eterm + bind ctrl shift button3 to string "\e]6;14\a" end actions # This section must also come after the menus if you want any buttons |