Commit Graph

12 Commits

Author SHA1 Message Date
Caleb Bassi
e1b8da03ba Documentation fixes (#156) 2019-06-21 18:10:46 +02:00
Timon_Post
a7f33e018f a 2019-05-15 17:03:16 +02:00
Timon_Post
472614be37 docs 2019-05-15 17:01:22 +02:00
Timon_Post
4a0d748baa a 2019-05-10 20:05:53 +02:00
Timon_Post
80ef751bff added normal intensity 2019-05-04 14:55:45 +02:00
Timon_Post
ee406d47fa fmt 2019-05-04 13:03:18 +02:00
Timon_Post
e1a46d5fb5 fmt 2019-05-04 12:40:59 +02:00
Timon_Post
51c0ab6012 Added resetting color support 2019-05-04 12:29:30 +02:00
scauligi
b8be1910b6 Fixes white/grey and added dark grey (#131)
* fixed white/grey and added dark grey

* add dark grey to style example
2019-04-29 07:34:27 +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
c37a480f78
Improved Styling (#92) 2019-02-22 15:20:24 +01:00
Timon
ad74f6b524
Introduced: Crossterm Workspace and feature flags. (#84)
* Introduced: crossterm workspace, feature flags.
2019-01-27 21:16:14 +01:00