1e332daaed
- Major refactor and cleanup. - Improved performance; - No locking when writing to stdout. - UNIX doesn't have any dynamic dispatch anymore. - Windows has improved the way to check if ANSI modes are enabled. - Removed lot's of complex API calls: `from_screen`, `from_output` - Removed `Arc<TerminalOutput>` from all internal Api's. - Removed termios dependency for UNIX systems. - Upgraded deps. - Removed about 1000 lines of code - `TerminalOutput` - `Screen` - unsafe code - Some duplicated code introduced by a previous refactor. - Raw modes UNIX systems improved - Added `NoItalic` attribute
15 lines
334 B
Markdown
15 lines
334 B
Markdown
# Changes crossterm_input 0.3
|
|
- Removed `TerminalInput::from_output()`
|
|
|
|
# Changes crossterm_input 0.2.1
|
|
- Fixed SyncReade bug.
|
|
|
|
# Changes crossterm_input 0.2.1
|
|
- Introduced SyncReader
|
|
|
|
# Changes crossterm_input 0.2
|
|
- Introduced KeyEvents
|
|
- Introduced MouseEvents
|
|
|
|
# Changes crossterm_input 0.1
|
|
- Moved out of `crossterm` 5.4 crate. |