TTY: Implement the menu_search command

When in a menu that allows selecting entries, press ':'
to enter any text. Entries that match the text (via pmatch)
will be toggled.
This commit is contained in:
Pasi Kallinen
2015-03-11 21:56:12 +02:00
parent a335f8306f
commit a46b7a3cf3
3 changed files with 67 additions and 22 deletions

View File

@@ -2104,7 +2104,7 @@ Implemented by the Amiga, Gem and tty ports.
Default '<'.
.lp menu_search
Menu character accelerator to search for a menu item.
Implemented by the Amiga, Gem and X11 ports.
Implemented by the Amiga, Gem, X11 and tty ports.
Default ':'.
.lp menu_select_all
Menu character accelerator to select all items in a menu.