penOther Input

Other input...

Terminaux not only provides the normal input reader with its custom bindings and its customizability, but you can also use its other input functions, such as informational boxes.

Terminaux currently provides the following input styles:

  • Choice (one line, two lines, and modern)

  • Info box (buttons, normal (modal and non-modal), input, password input, progress, slider (with minimum, current, and maximum values), selection, and multiple choices)

  • Selection (single choice and multiple choices)

  • Editor (Text and hex editors and viewers)

circle-info

Modal infoboxes are informational boxes that are displayed on the terminal, waiting for user input. However, non-modal infoboxes are boxes that are just displayed for informational purposes, such as reporting a progress non-deterministically. Selection-based inputs can be searched using regular expressions compatible with the .NET syntax.

In addition to the above styles, you can also consult the following additional and specialized styles:

penFiglet Font Selectorchevron-rightpaletteColor Wheelchevron-rightbook-openEditors and Viewerschevron-right

To learn more about choice-based inputs, visit this page:

penChoice-based inputschevron-right

For keybindings, you can make use of the keybindings writer to convey the available keybindings to the end user by utilizing the KeybindingsWriter class, assuming that you've made an array of the Keybinding class.

circle-info

You can also customize the "help" keybinding, but be aware that it only supports keyboard binding.