From d75e8213a3f1ca58541e69d97113ef3bb0d26d69 Mon Sep 17 00:00:00 2001 From: Timon Date: Fri, 2 Mar 2018 14:07:29 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cdf0b0a..0db3569 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Ever got disappointed when a terminal library for rust was only written for unix Crossterm aims to be simple and easy to call in code. True the simplicity of crossterm you do not have to worry about the platform your working with. You can just call the action you want to preform and unther water it will check what to do based on the current platform. +In this week (3 - 4 march) or next week (5 - 10 march) an major comit is coming with features like raw terminal alternate screen and the solved issues that are in the issue list. + ## Getting Started Add the crossterm package to your `Cargo.toml` file.