[−][src]Crate terminal_menu
Structs
| TerminalMenuItem | |
| TerminalMenuStruct |
Functions
| activate | Activate (open) the menu. Menus will deactivate when button items are pressed or deactivated manually. |
| button | Make a button terminal-menu item. |
| deactivate | Deactivate (close) a menu manually. |
| menu | Create a new terminal-menu. |
| numeric | Make a terminal-menu item from which you can select a number. |
| selection | Make a terminal-menu item from which you can select a value from a selection. |
| wait_for_exit | Wait for menu to deactivate (exit). |