Update README.md

refactored features crossterm 0.2.0
This commit is contained in:
Timon 2018-01-27 19:58:06 +01:00 committed by GitHub
parent 07abe54308
commit aa01eb1dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,10 +164,10 @@ For detailed examples of all crossterm functionalities check the [examples](http
## Features crossterm 0.2 ## Features crossterm 0.2
- Implementing 256 colors for terminals that support those colors for unix. - 256 color support.
- Text Attributes like: bold, italic, underscore and crossed word ect for unix. - Text Attributes like: bold, italic, underscore and crossed word ect.
- Allow user to input an custom ANSI color code to set the fore- backgound for unix. - Custom ANSI color code input to set fore- and background color for unix.
- Storing the current cursor position and resetting to that sored cursor position. - Storing the current cursor position and resetting to that stored cursor position later.
- Resizing the terminal. - Resizing the terminal.
## Tested terminals ## Tested terminals