From 5f74e5d8d681b8772dff9d33e38e7064367bbc1a Mon Sep 17 00:00:00 2001 From: Timon Date: Fri, 10 Apr 2020 19:10:09 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 4dc8944..db7382b 100644 --- a/README.md +++ b/README.md @@ -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, 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 * [Features](#features) @@ -50,7 +46,7 @@ see [Tested Terminals](#tested-terminals) for more info). - Exit current process - Alternate screen - Raw screen -- Input +- Event - Input Events - Mouse Events (press, release, position, button, drag) - Terminal Resize Events