7 lines
322 B
Plaintext
7 lines
322 B
Plaintext
Creates simple menus for interactive command line programs.
|
|
It can be used to offer a choice of different options to the user.
|
|
Menu entries can be selected with the arrow, j/k, or emacs (C-n/C-p).
|
|
The module uses the terminfo database to detect terminal features
|
|
automatically and disables styles that are not available.
|
|
|