Update README.md

This commit is contained in:
Timon 2018-06-16 16:01:55 +02:00 committed by GitHub
parent 515b0bd510
commit d91b8dec70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,7 +210,7 @@ If you have used this library for an terminal other than the above list without
Crossterm is using `WINAPI` for windows systems and `ANSI escape codes` for unix systems. Crossterm provides one base trait with can be implemented for a platform specific instance. For example, there is an implementation for windows (`WINAPI`) and unix(`ANSI`) for the `cursor module`. To call the platform specific implementation there is one module that rules them all. Thrue this module the client calls some action and the module will deside what to do based on the current platform. And it will execute that action. Crossterm is using `WINAPI` for windows systems and `ANSI escape codes` for unix systems. Crossterm provides one base trait with can be implemented for a platform specific instance. For example, there is an implementation for windows (`WINAPI`) and unix(`ANSI`) for the `cursor module`. To call the platform specific implementation there is one module that rules them all. Thrue this module the client calls some action and the module will deside what to do based on the current platform. And it will execute that action.
## Notice ## Notice
This library is stable. There will not be changed mutch in the code design so do not worry to mutch. If there are any changes that affect previous versions I will describe what to change when upgrading crossterm to an newer version. This library is going to have api braking changes in the next release I realy wanted to work arround that but it was nessisairly for some of the futures for crossterm for example the alternate screen, raw terminal mode and managing the state of the terminal when action are performed with this crate. But upgrading to the new version would not be an whole effort. In the update file I will exactly descrtibe what to change.
## Todo ## Todo