v0.3.2
* feat: use native terminal copy and paste * copy last message * format * implement execute_winapi for alternate scroll commands Add the missing execute_winapi method required by crossterm 0.29's Command trait on Windows. Returns Ok(()) since modern Windows terminals handle the ANSI sequences via ConPTY/VT100 support. Fixes E0046 compilation error on Windows CI. * more conditional compilation for windows