summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2000-03-02 03:31:41 +0000
committerMichael Jennings <mej@kainx.org>2000-03-02 03:31:41 +0000
commit8e9f10023241dabd00a9555ade125f4913f041be (patch)
tree084b7c39ae2e4b6a79ea6cc0b1fa8a2913834cdf /themes
parentd2ca8950e167f04e9530ce56fd6668fe9f3d171c (diff)
downloadeterm-8e9f10023241dabd00a9555ade125f4913f041be.tar.gz
Wed Mar 1 18:37:18 PST 2000 Michael Jennings <mej@eterm.org>
I'm still not done with the commenting work I've been doing, but I've made some fixes, so I figured it was time to commit what I've done so far. I've added support for multi-byte selection/pastes from programs like Netscape, thanks in part to a patch from Yasuyuki Furukawa <yasu@on.cs.keio.ac.jp>. I've also applied a bugfix for pty allocation on Irix from David Kaelbling <drk@sgi.com>, a display bugfix pointed out by Valdis Kletnieks <Valdis.Kletnieks@vt.edu>, and a fix for a missing menu in the auto theme discovered by someone on IRC. I've also added quite a few comments to term.c to help people grok the parsing of escape sequences a little better. SVN revision: 2168
Diffstat (limited to 'themes')
-rw-r--r--themes/auto/menus.cfg21
1 files changed, 21 insertions, 0 deletions
diff --git a/themes/auto/menus.cfg b/themes/auto/menus.cfg
index d39cabd..88a8cf0 100644
--- a/themes/auto/menus.cfg
+++ b/themes/auto/menus.cfg
@@ -866,6 +866,27 @@ begin menu
end
end
+begin menu
+ title "Eterm Operations"
+ begin menuitem
+ text "Version"
+ action string "\e[8n"
+ end
+ begin menuitem
+ text "Status"
+ action string "\e[9n"
+ end
+ separator
+ begin menuitem
+ text "Save Settings..."
+ action string "\e]6;71\a"
+ end
+ begin menuitem
+ text "Exit"
+ action string "\e]6;70\a"
+ end
+end
+
# This is the menu that gets called by Ctrl-Button3
begin menu
title Eterm