minicrossterm/crossterm_winapi/src
Timon b8d4255bac
Fixed some Bugs. (#118)
- Terminal size Linux was not 0-based.
- Windows mouse input event position was 0-based and should be 1-based
- Result, ErrorKind are made re-exported
- Fixed some special key combination detections for UNIX systems
- Made FreeBSD compile.
2019-04-17 16:24:58 +02:00
..
structs Adds support for mouse and keyboard events. 2019-04-02 21:38:34 +02:00
console_mode.rs Introduced: Crossterm Workspace and feature flags. (#84) 2019-01-27 21:16:14 +01:00
console.rs Fixed some Bugs. (#118) 2019-04-17 16:24:58 +02:00
csbi.rs Introduced: Crossterm Workspace and feature flags. (#84) 2019-01-27 21:16:14 +01:00
handle.rs Introduced: Crossterm Workspace and feature flags. (#84) 2019-01-27 21:16:14 +01:00
lib.rs Adds support for mouse and keyboard events. 2019-04-02 21:38:34 +02:00
screen_buffer.rs Introduced: Crossterm Workspace and feature flags. (#84) 2019-01-27 21:16:14 +01:00