Skip to main content

Module raw_mode

Module raw_mode 

Source
Expand description

RAII guard for Unix terminal raw-mode + cursor state.

Callers that manipulate termios directly risk leaving the terminal in raw mode with the cursor hidden if they panic mid-render. RawModeGuard owns both pieces of state so Drop restores them on every exit path, including panic-unwind.