Source-Changes-HG archive

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

[src/netbsd-1-6]: src/usr.bin/menuc Pull up revision 1.12 (requested by manu ...



details:   https://anonhg.NetBSD.org/src/rev/c6d804e8fa92
branches:  netbsd-1-6
changeset: 530279:c6d804e8fa92
user:      grant <grant%NetBSD.org@localhost>
date:      Mon Jun 16 13:01:15 2003 +0000

description:
Pull up revision 1.12 (requested by manu in ticket #1226):

Replace some \n with \en for correct display. Closes PR 18539.

diffstat:

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

diffs (27 lines):

diff -r 1b1c6d073ac0 -r c6d804e8fa92 usr.bin/menuc/menuc.1
--- a/usr.bin/menuc/menuc.1     Mon Jun 16 12:57:12 2003 +0000
+++ b/usr.bin/menuc/menuc.1     Mon Jun 16 13:01:15 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: menuc.1,v 1.9 2002/03/21 05:15:39 phil Exp $
+.\"    $NetBSD: menuc.1,v 1.9.2.1 2003/06/16 13:01:15 grant Exp $
 .\"
 .\" Copyright 1997 Piermont Information Systems Inc.
 .\" All rights reserved.
@@ -436,7 +436,7 @@
 default x=20, y=10, box, scrollable, exit;
 
 error action {
-   fprintf (stderr, "Example Menu: Could not initialize curses.\n");
+   fprintf (stderr, "Example Menu: Could not initialize curses.\en");
    exit(1);
 };
 
@@ -444,7 +444,7 @@
    display action { init_main(); };
    option "Option 1",
       action (endwin) {
-        printf ("That was option 1!\n");
+        printf ("That was option 1!\en");
         sleep(3);
       };
    option "Sub Menu", sub menu othermenu;



Home | Main Index | Thread Index | Old Index