Commit Graph

13 Commits

Author SHA1 Message Date
Zrzka
4952cb33d9 API Cleanup - part 2 (#238) 2019-09-19 17:39:14 +02:00
Zrzka
06c791714a Drop implementations cleanup (#237) 2019-09-19 13:42:39 +02:00
Zrzka
05d28b4c5a io::Result to crossterm::Result (#232) 2019-09-18 19:31:12 +02:00
Zrzka
77b61d1f6f Wildcard import cleanup (#224) 2019-09-16 18:15:56 +02:00
Zrzka
5494525d89 2018 edition (#222) 2019-09-16 13:34:08 +02:00
Zrzka
be05974b70 Return written bytes (#212)
* `write_cout!` returns number of written bytes
* `Terminal::write` returns number of written bytes (result of `write_cout!`)
* `execute!` macro is a bit simpler
* Remove unused `std::io::Write` imports
2019-09-14 16:42:42 +02:00
Zrzka
fa4654ac80 namespace reformat, 2018 style, warnings (#209) 2019-09-13 23:29:56 +02:00
Caleb Bassi
e1b8da03ba Documentation fixes (#156) 2019-06-21 18:10:46 +02:00
svartalf
2b36dbf9d9 Fixing alternate screen initialization for ANSI-supporting Windows terminals (#153) 2019-06-16 18:43:18 +02:00
Timon
0bfebb338d
Raw Screen Cursor Position UNIX Bug Fix (#134) 2019-05-03 20:15:07 +02:00
Timon
1e332daaed
Refactor and API stabilization (#115)
- 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
2019-04-10 23:46:30 +02:00
Timon Post
f7d631e3cd doc updates 2019-01-27 21:45:32 +01:00
Timon
ad74f6b524
Introduced: Crossterm Workspace and feature flags. (#84)
* Introduced: crossterm workspace, feature flags.
2019-01-27 21:16:14 +01:00