summaryrefslogtreecommitdiff
path: root/usr.bin/menuc
AgeCommit message (Expand)Author
2021-11-07fix few typos.andvar
2019-12-03Fix typo in ad clause. Ok perry@.uwe
2019-06-23Use OPT_NOMENU instead of -1christos
2019-06-23use calloc properly.christos
2019-06-23don't cast malloc.christos
2019-06-23define as hex and make MC_VALID smaller so it fits in a short.christos
2019-06-23Menu 0 does not exist anymore (it is now OPT_NOMENU), so emit an emptymartin
2019-06-23Use OPT_NOMENU as error return for new_menu (instead of old hard coded -1).martin
2019-06-22Conserve space: make ints to shorts and make OPT_NOMENU 0 instead of -1christos
2019-04-12Backout previous - our pool is zeroed, no need to reinitializ here.martin
2019-04-12new_menu: add missing initializations - we might be using a previouslymartin
2019-02-25Add an option to supress the vertical space between menu title andmartin
2019-02-16Typo in member variable namemartin
2019-02-16Document return values from menu items opt_action functions, add amartin
2019-02-06Provide an accessor for the menu description structure by manu identifier.martin
2019-01-09Allow argument expansion in menu titles as well.martin
2019-01-06Fix a potential NULL deref in previous - some menus start up with nomartin
2019-01-04Add an option for single (disabled) menu lines to have no shortcut.martin
2019-01-02If a menu starts with disabled options, skip those and start at themartin
2018-11-21Try to provide the typesetting help requested.uwe
2018-11-21Add (optional) support for expanded static menu texts - that is: whatevermartin
2018-01-23drop main() prototypesevan
2017-07-03Remove workaround for ancient HTML generation code.wiz
2013-10-18avoid redefinitionschristos
2012-04-21Add capfile(5) to describe the termcap format.roy
2012-03-06Remove the advertising clause and appease the eye a bit (still not good, butmbalmer
2011-09-06Mark __menu_initerror as dead in the output.joerg
2009-10-29option noinputchristos
2009-07-11mandoc(1): -width is redundant for a item listjoerg
2009-04-20define YY_NO_INPUT where appropriate, from Kurt J. Lidl per PR misc/41160drochner
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2009-03-10Specify width for tag list.joerg
2009-03-09Fix preamble to match order set out by mdoc(7). Discussed with wiz.joerg
2008-01-16Fix PR37377 from Devon O'Dell: num_menus can be referenced without beingtls
2006-10-23Fully initialize the last element of menu_def[].he
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