Update README.md

This commit is contained in:
Timon 2018-02-10 18:44:35 +01:00 committed by GitHub
parent 0945cc913d
commit deffca9c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,6 +168,12 @@ For detailed examples of all crossterm functionalities check the [examples](http
- Storing the current cursor position and resetting to that stored cursor position later. - Storing the current cursor position and resetting to that stored cursor position later.
- Resizing the terminal. - Resizing the terminal.
## TODO Features crossterm 0.3
- Raw state implementation [Issue 5](https://github.com/TimonPost/crossterm/issues/5).
- The terminal state will be set to its orginal state when process ends [issue7](https://github.com/TimonPost/crossterm/issues/7).
- Default ANSI escape codes for windows machienes, if windows does not support ANSI switsh back to WINAPI.
- Some Refacrorings in method names see [issue 4](https://github.com/TimonPost/crossterm/issues/4)
## Tested terminals ## Tested terminals
- Windows Powershell - Windows Powershell