summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2000-02-16 03:37:34 +0000
committerMichael Jennings <mej@kainx.org>2000-02-16 03:37:34 +0000
commitaf082c9a22398e18bc759c47bdf18f7e7dfaee38 (patch)
treef9883442eeb879b33086047f7b6ed798c7d89d62 /themes
parent16580dfd295fe4c1fdb361a9d348e784a664bf0c (diff)
downloadeterm-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')
-rw-r--r--themes/Eterm/theme.cfg.in1
-rw-r--r--themes/auto/theme.cfg.in1
-rw-r--r--themes/cEterm/theme.cfg.in1
-rw-r--r--themes/chooser/theme.cfg.in1
-rw-r--r--themes/emacs/theme.cfg.in1
-rw-r--r--themes/irc/theme.cfg.in1
-rw-r--r--themes/mutt/theme.cfg.in1
-rw-r--r--themes/trans/theme.cfg.in1
8 files changed, 8 insertions, 0 deletions
diff --git a/themes/Eterm/theme.cfg.in b/themes/Eterm/theme.cfg.in
index aa35581..9366d5b 100644
--- a/themes/Eterm/theme.cfg.in
+++ b/themes/Eterm/theme.cfg.in
@@ -286,6 +286,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
diff --git a/themes/auto/theme.cfg.in b/themes/auto/theme.cfg.in
index bce1260..9636ff8 100644
--- a/themes/auto/theme.cfg.in
+++ b/themes/auto/theme.cfg.in
@@ -286,6 +286,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
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
diff --git a/themes/chooser/theme.cfg.in b/themes/chooser/theme.cfg.in
index 45ab856..4176144 100644
--- a/themes/chooser/theme.cfg.in
+++ b/themes/chooser/theme.cfg.in
@@ -286,6 +286,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
diff --git a/themes/emacs/theme.cfg.in b/themes/emacs/theme.cfg.in
index 504a4ae..514bdb2 100644
--- a/themes/emacs/theme.cfg.in
+++ b/themes/emacs/theme.cfg.in
@@ -286,6 +286,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
diff --git a/themes/irc/theme.cfg.in b/themes/irc/theme.cfg.in
index 1564e3e..12138c0 100644
--- a/themes/irc/theme.cfg.in
+++ b/themes/irc/theme.cfg.in
@@ -288,6 +288,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
diff --git a/themes/mutt/theme.cfg.in b/themes/mutt/theme.cfg.in
index 0865b9c..02ad001 100644
--- a/themes/mutt/theme.cfg.in
+++ b/themes/mutt/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
diff --git a/themes/trans/theme.cfg.in b/themes/trans/theme.cfg.in
index 21a4597..7a0631e 100644
--- a/themes/trans/theme.cfg.in
+++ b/themes/trans/theme.cfg.in
@@ -286,6 +286,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