summaryrefslogtreecommitdiff
path: root/usr.bin/menuc
AgeCommit message (Expand)Author
2006-06-17Another mispelling fix. I should have done these all in one commmitreed
2006-06-17Fix typo (or mispelling).reed
2006-06-17Fix mispelling.reed
2006-02-20Allow menu entry option names to be code fragments that (should) calldsl
2005-02-11White space nit- don't put a space before/after increment/decrementsimonb
2004-09-17In procese_menu, make sure we initializie the menuswrstuden
2004-09-17Catch up with current menuc.wrstuden
2004-09-17Scoot a menu so it fits better in an xterm.wrstuden
2004-09-17Add parenthesis to silence a compiler warning.wrstuden
2004-08-14Call doupdate() before copying out of stdscr (avoids PR 26660)dsl
2004-08-02Sort sections; avoid to mark up punctuation unnecessarily; use \*[Lt]\*[Gt]wiz
2004-08-02Support menu windows that preserve the underlying screen contents.dsl
2004-07-18Make '0' be a valid numberdsl
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc
2004-02-29Allow menu boxes to be forced down the screen if the message text is long.dsl
2003-12-21Use an array of pointers to menu definitions so the array can grow withoutdsl
2003-11-30Add '[no] clear' to lex/yacc spec.dsl
2003-11-22- Call delwin() when we stop displaying a window, saves space and newwindsl
2003-11-20Fix box width calculation for menus without a 'shortcut' ("a: ").dsl
2003-11-11Bump date for last changes; remove duplicate "the"; mark up NULL.wiz
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-10-18Add an MC_ALWAYS_SCROLL to mean "always allow space for 'scrolltext'".dsl
2003-09-27Allow -ve integer constants in menu file.dsl
2003-09-21Fixed array index checking to avoid segmentation fault problem.takemura
2003-07-27More tweaks for sysinst.dsl
2003-07-25Spinkle some consts and remove/change parameter names so that sysinstdsl
2003-07-23styleitojun
2003-07-17only use __RCSID() if it is #definedlukem
2003-07-07Add OPT_IGNORE flag which makes menu item inactive.dsl
2003-06-27Improve diagnostic messagedsl
2003-06-23Add NetBSD RCS Ids.agc
2003-06-16Do not let the cursor sit on menu lines that do nothing.dsl
2003-06-10Add extra command 'allow dynamic messages' which will push all texts throughdsl
2003-06-09More changes to improve sysinst:dsl
2003-06-04Add 'exit' (for exit text) parameter to new_menu() for dynamic menus.dsl
2003-06-03Add a 'void *' argument to process_menu() so that some more global variablesdsl
2003-06-03More trivial changes...dsl
2003-06-02Whitespace and other layout stuff.dsl
2003-05-18Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),lukem
2003-05-16Re-instate last change, the sysinst I've just commited doesn't standdsl
2003-05-09Revert part of previous, and remove "const" from "char *opt_name" andlukem
2003-05-09Need 'const' on local variable - since I added const to the structure field.dsl
2003-05-09Finger trouble in previous commit.dsl
2003-05-09Join some lines; mdoc improvements; use more macros.wiz
2003-05-09Update man page for recent changes, update code to match man page...dsl
2003-05-09Remove extra characters in example strings.phil
2003-05-08Accept variable names for menu titles and options to allow internationalisation.dsl
2003-05-07Let page up/down go to first/last menu item when it is already showing.dsl
2003-05-07Add left and right arrows to list of keys that page menes up/down.dsl
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz