Macros
- Header macro
- paragraph! macro same like showln! but automatically chops the text and wraps it in a paragraph. the width of the paragraph is 65 characters by default. when the text is longer than 65 characters, it is wrapped in a paragraph
- render! macro same like showln! but automatically chops the text and wraps it in a paragraph. the width of the paragraph is 65 characters by default. when the text is longer than 65 characters, it is wrapped in a paragraph
Structs
- CStyleSequence a sequence of CStyle
- ! # noui ! terminal ui library combining alot of things from here and there ! and making it slightly easier to play with ! below are the key functionalities provided by this library
Enums
- Key a key that can be pressed
Constants
Traits
- Pickable a trait that can be used to implement a pickable item
- Printable
Functions
- show selection picker ask for selection interactively ask for a selection from a list of options user can type in a number or press up/down arrows to select and press enter to confirm user can also type in a term to filter options by that term press esc to break out of the loop
- disable raw mode disable raw mode on stdin (no external dependencies)
- enable raw mode enable raw mode on stdin (no external dependencies)
- get_key get the next key from stdin