summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2002-10-13 05:03:47 +0000
committerMichael Jennings <mej@kainx.org>2002-10-13 05:03:47 +0000
commita74ae94c5af175a51e2cfa9f696fc299c17af6d3 (patch)
treeb97922a5a8023f1f97c744214b34fd481f3f0f8c /doc
parentaf599dfb9c10aac475ec7ce77ee9545a8f80aa12 (diff)
downloadeterm-a74ae94c5af175a51e2cfa9f696fc299c17af6d3.tar.gz
Sun Oct 13 00:57:37 2002 Michael Jennings (mej)
Moved "Escreen" menu to the new Escreen theme so it's no longer hard-coded. Added interactive prompting to search() script routine. Changed dialog() routine to exec_dialog() and added editing of its command line. Added msgbox() script routine to display a message and wait for a keypress. Fixed a memory leak in the menu_dialog() function. Also cleaned up its event handling. Added comments to the script routines that were missing them. Make sure we exit cleanly if our window is destroyed. Fixed the missing menus in the Escreen theme. You'll still get an error message when it loads, but I'm not that worried about it. SVN revision: 6421
Diffstat (limited to 'doc')
-rw-r--r--doc/menu-master-file.m49
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/menu-master-file.m4 b/doc/menu-master-file.m4
index bae411f..069374c 100644
--- a/doc/menu-master-file.m4
+++ b/doc/menu-master-file.m4
@@ -633,6 +633,9 @@ begin menu
-
STRING_ITEM(`Steal Focus', `Ctrl-Button1', `\e]5;\a')
SCRIPT_ITEM(`New Eterm Window', `spawn(Eterm)')
+ SCRIPT_ITEM(`Search...', `search()')
+ SCRIPT_ITEM(`Run...', `Eterm -e ')
+ -
STRING_ITEM(`Version', `\e[8n')
STRING_ITEM(`Status', `\e[9n')
separator
@@ -672,6 +675,9 @@ ifdef(`VIM', `
-
')
SCRIPT_ITEM(`New Eterm Window', `spawn(Eterm)')
+ SCRIPT_ITEM(`Search...', `search()')
+ SCRIPT_ITEM(`Run...', `Eterm -e ')
+ -
STRING_ITEM(`Version', `\e[8n')
STRING_ITEM(`Status', `\e[9n')
separator
@@ -683,6 +689,9 @@ end
begin menu
title "Eterm Operations"
SCRIPT_ITEM(`New Eterm Window', `spawn(Eterm)')
+ SCRIPT_ITEM(`Search...', `search()')
+ SCRIPT_ITEM(`Run...', `Eterm -e ')
+ -
STRING_ITEM(`Version', `\e[8n')
STRING_ITEM(`Status', `\e[9n')
separator