start | all-pages

tuihelp It's quite possible that your program will use keys other than 0-9 for actions. The TUI words provide a `ti:help` that displays a block with help text for your program. To use this, bind a quote with the block number and a call to `ti:help` to a key. I like to use '?' for this. An example: [ #0 ti:help ] $? ti:set-action Note that since this displays a block, if your program was using the block buffer you will need to save and restore the contents before calling `ti:help`.