Module crossterm

Source

Structs§

Crossterm
Crossterm

Functions§

disable_raw_mode
Disables raw mode.
init_panic_hook
configure custom panic hook that disables terminal raw mode supply a closure that will be called when a panic occurs giving an opportunity to output a custom message. The closure should return a desirable process exit code.