Update README.md
This commit is contained in:
parent
55e270faec
commit
5f74e5d8d6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user