Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/usr.bin/menuc/menuc.1,v rcsdiff: /ftp/cvs/cvsroot/src/usr.bin/menuc/menuc.1,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.19 retrieving revision 1.20 diff -u -p -r1.19 -r1.20 --- src/usr.bin/menuc/menuc.1 2003/07/27 07:21:58 1.19 +++ src/usr.bin/menuc/menuc.1 2003/10/18 18:26:53 1.20 @@ -1,4 +1,4 @@ -.\" $NetBSD: menuc.1,v 1.19 2003/07/27 07:21:58 dsl Exp $ +.\" $NetBSD: menuc.1,v 1.20 2003/10/18 18:26:53 dsl Exp $ .\" .\" Copyright 1997 Piermont Information Systems Inc. .\" All rights reserved. @@ -373,6 +373,8 @@ struct menudesc { #define MC_SCROLL 4 #define MC_NOSHORTCUT 8 #define MC_NOCLEAR 16 +#define MC_DFLTEXIT 32 +#define MC_ALWAYS_SCROLL 64 int new_menu(const char *title, menu_ent *opts, int numopts, int x, int y, int h, int w, int mopt,