Allow all text attributes for menu_headings

This commit is contained in:
Pasi Kallinen
2015-04-27 18:43:55 +03:00
parent eecd19caa9
commit 93cbd1fbb1
3 changed files with 20 additions and 50 deletions

View File

@@ -2097,8 +2097,8 @@ Implemented by the Amiga, Gem and tty ports.
Default '^'.
.lp menu_headings
Controls how the headings in a menu are highlighted.
Values are 'bold', 'inverse', or 'underline'.
Not all ports can actually display all three types.
Values are 'none', 'bold', 'dim', 'underline', 'blink', or 'inverse'.
Not all ports can actually display all types.
.lp menu_invert_all
Menu character accelerator to invert all items in a menu.
Implemented by the Amiga, Gem, X11 and tty ports.