Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/menuc need to provide an exit string for dynamic men...



details:   https://anonhg.NetBSD.org/src/rev/21effe4df3b2
branches:  trunk
changeset: 473892:21effe4df3b2
user:      cgd <cgd%NetBSD.org@localhost>
date:      Sun Jun 20 20:21:03 1999 +0000

description:
need to provide an exit string for dynamic menus.  hardcodes "Exit".
not pretty, but no worse than what the code did before.

diffstat:

 usr.bin/menuc/menu_sys.def |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3202c80a7d55 -r 21effe4df3b2 usr.bin/menuc/menu_sys.def
--- a/usr.bin/menuc/menu_sys.def        Sun Jun 20 18:19:19 1999 +0000
+++ b/usr.bin/menuc/menu_sys.def        Sun Jun 20 20:21:03 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menu_sys.def,v 1.20 1999/06/20 05:41:45 cgd Exp $      */
+/*     $NetBSD: menu_sys.def,v 1.21 1999/06/20 20:21:03 cgd Exp $      */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -748,6 +748,7 @@
        menus[ix].post_act = post_act;
        menus[ix].exit_act = exit_act;
        menus[ix].helpstr  = help;
+       menus[ix].exitstr  = "Exit";
 
        init_menu (&menus[ix]);
 



Home | Main Index | Thread Index | Old Index