enable_raw_mode

Function enable_raw_mode 

Source
pub fn enable_raw_mode() -> Result<()>
Expand description

Enable raw mode for TUI.

This enables character-by-character input without echo, which is required for TUI applications.

ยงErrors

Returns an error if raw mode cannot be enabled.