Support for CTRL Z

This commit is contained in:
ArthurSonzogni
2024-04-27 15:01:03 +02:00
parent 5fc51b557e
commit 2b73998d56
5 changed files with 108 additions and 17 deletions

View File

@@ -6,6 +6,10 @@ current (development)
### Component
- Feature: Add support for raw input. Allowing more keys to be detected.
- Feature: Add `ScreenInteractive::ForceHandleCtrlC(false)` to allow component
to fully override the default `Ctrl+C` handler.
- Feature: Add `ScreenInteractive::ForceHandleCtrlZ(false)` to allow component
to fully override the default `Ctrl+Z` handler.
- Feature: Add `Mouse::WeelLeft` and `Mouse::WeelRight` events on supported
terminals.
- Feature: Add `Event::DebugString()`.