Backend
Configuring the backend
The following settings are available:
enable_raw_mode
Raw mode prevents inputs from being forwarded to the screen (the event system will pick them up but the terminal will not try to print them).
enable_mouse
Enable mouse support in the terminal (if it's supported).
enable_alt_screen
Creates an alternate screen for rendering. Restores the previous content of the terminal to its previous state when the runtime ends.
hide_cursor
Hides the cursor.
Quit on Ctrl-c
This is enabled by default on the TUI backend.
To disable this set backend.quit_on_ctrl_c = false
.