summaryrefslogtreecommitdiffstats
path: root/usr.bin/ee/ee.c
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-05-27 21:00:06 +0000
committerjoerg <joerg@FreeBSD.org>1996-05-27 21:00:06 +0000
commit3efdfd3825f9c284b256e7c3ee84ddc1880f9976 (patch)
treecda024252f7a2965c6c9d02e9a3eb395370913aa /usr.bin/ee/ee.c
parentc8c3761213a872e8d07589a2c23c8bd8bd3cabd7 (diff)
downloadFreeBSD-src-3efdfd3825f9c284b256e7c3ee84ddc1880f9976.zip
FreeBSD-src-3efdfd3825f9c284b256e7c3ee84ddc1880f9976.tar.gz
Make it more explicit in the main help window that the magic to leave
`ee' is ``ESC-Enter''. This supposedly fixes the biggest complaint about it. ;) (I hope ``ESC-Enter'' ain't too anglicistic in the French text...)
Diffstat (limited to 'usr.bin/ee/ee.c')
-rw-r--r--usr.bin/ee/ee.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ee/ee.c b/usr.bin/ee/ee.c
index 413e033..a5f609a 100644
--- a/usr.bin/ee/ee.c
+++ b/usr.bin/ee/ee.c
@@ -49,7 +49,7 @@
| proprietary information which is protected by
| copyright. All rights are reserved.
|
- | $Header: /home/ncvs/src/usr.bin/ee/ee.c,v 1.4 1995/10/22 14:10:08 jkh Exp $
+ | $Header: /home/ncvs/src/usr.bin/ee/ee.c,v 1.5 1995/11/08 09:54:19 ache Exp $
|
*/
@@ -62,7 +62,7 @@ char *ee_long_notice[] = {
"copyright. All rights are reserved."
};
-char *version = "@(#) ee, version 1.2.4 $Revision: 1.4 $";
+char *version = "@(#) ee, version 1.2.4 $Revision: 1.5 $";
#ifdef NCURSE
#include "new_curse.h"
@@ -4592,7 +4592,7 @@ strings_init()
help_text[6] = catgetlocal( 41, "^f undelete char ^n next page ^x search ");
help_text[7] = catgetlocal( 42, "^g begin of line ^o end of line ^y delete line ");
help_text[8] = catgetlocal( 43, "^h backspace ^p prev page ^z undelete line ");
- help_text[9] = catgetlocal( 44, "^[ (escape) menu ");
+ help_text[9] = catgetlocal( 44, "^[ (escape) menu ESC-Enter: exit ee ");
help_text[10] = catgetlocal( 45, " ");
help_text[11] = catgetlocal( 46, "Commands: ");
help_text[12] = catgetlocal( 47, "help : get this info file : print file name ");
@@ -4609,7 +4609,7 @@ strings_init()
control_keys[1] = catgetlocal( 58, "^a ascii code ^x search ^z undelete line ^d down ^n next page ");
control_keys[2] = catgetlocal( 59, "^b bottom of text ^g begin of line ^w delete word ^l left ");
control_keys[3] = catgetlocal( 60, "^t top of text ^o end of line ^v undelete word ^r right ");
- control_keys[4] = catgetlocal( 61, "^c command ^k delete char ^f undelete char ");
+ control_keys[4] = catgetlocal( 61, "^c command ^k delete char ^f undelete char ESC-Enter: exit ee ");
command_strings[0] = catgetlocal( 62, "help : get help info |file : print file name |line : print line # ");
command_strings[1] = catgetlocal( 63, "read : read a file |char : ascii code of char |0-9 : go to line \"#\"");
command_strings[2] = catgetlocal( 64, "write: write a file |case : case sensitive search |exit : leave and save ");
OpenPOWER on IntegriCloud