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.