Update README.md

This commit is contained in:
Timon 2020-04-10 19:10:09 +02:00 committed by GitHub
parent 55e270faec
commit 5f74e5d8d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,6 @@
Crossterm is a pure-rust, terminal manipulation library that makes it possible to write cross-platform text-based interfaces (see [features](#features)). It supports all UNIX and Windows terminals down to Windows 7 (not all terminals are tested, Crossterm is a pure-rust, terminal manipulation library that makes it possible to write cross-platform text-based interfaces (see [features](#features)). It supports all UNIX and Windows terminals down to Windows 7 (not all terminals are tested,
see [Tested Terminals](#tested-terminals) for more info). see [Tested Terminals](#tested-terminals) for more info).
> It's recommended to read the
> [Upgrade from 0.13 to 0.14](https://github.com/crossterm-rs/crossterm/wiki/Upgrade-from-0.13-to-0.14)
> documentation, which explains everything you need to know about .
## Table of Contents ## Table of Contents
* [Features](#features) * [Features](#features)
@ -50,7 +46,7 @@ see [Tested Terminals](#tested-terminals) for more info).
- Exit current process - Exit current process
- Alternate screen - Alternate screen
- Raw screen - Raw screen
- Input - Event
- Input Events - Input Events
- Mouse Events (press, release, position, button, drag) - Mouse Events (press, release, position, button, drag)
- Terminal Resize Events - Terminal Resize Events