Commit Graph

93 Commits

Author SHA1 Message Date
Timon
83b4a27ca3
Update README.md 2019-05-04 21:19:44 +02:00
Rob Donnelly
d31d712a38 Fix table of contents (#133) 2019-05-02 21:47:39 +02:00
Timon Post
f34975e356 README.md 2019-04-17 16:28:14 +02:00
Willi Ballenthin
41f68bda25 Update Wording (#116) 2019-04-11 20:36:41 +02:00
Timon Post
2773c354d3 Update 2019-04-11 17:37:06 +02:00
Timon
1e332daaed
Refactor and API stabilization (#115)
- Major refactor and cleanup.
- Improved performance; 
    - No locking when writing to stdout. 
    - UNIX doesn't have any dynamic dispatch anymore. 
    - Windows has improved the way to check if ANSI modes are enabled.
    - Removed lot's of complex API calls: `from_screen`, `from_output`
    - Removed `Arc<TerminalOutput>` from all internal Api's. 
- Removed termios dependency for UNIX systems.
- Upgraded deps.
- Removed about 1000 lines of code
    - `TerminalOutput` 
    - `Screen`
    - unsafe code
    - Some duplicated code introduced by a previous refactor.
- Raw modes UNIX systems improved     
- Added `NoItalic` attribute
2019-04-10 23:46:30 +02:00
Timon Post
805ec959c1 Updated README 2019-04-02 23:17:13 +02:00
Dave Ho
780c1d1d6e Adds support for mouse and keyboard events.
Added support and expansion for:
- Keyboard Input
- Mouse Input
2019-04-02 21:38:34 +02:00
Timon
828a270f09
Update README.md 2019-03-24 14:25:51 +01:00
Timon
b8e75da40a
Update crossterm_style to 0.2 (#107) 2019-03-21 16:00:30 +01:00
Timon
c37a480f78
Improved Styling (#92) 2019-02-22 15:20:24 +01:00
Timon Post
3d92f62be4 6.0 release 2019-01-27 21:54:50 +01:00
Timon
ad74f6b524
Introduced: Crossterm Workspace and feature flags. (#84)
* Introduced: crossterm workspace, feature flags.
2019-01-27 21:16:14 +01:00
Temirkhan Myrzamadi
5e9d883143 README.md Fix (#83) 2019-01-26 10:08:50 +01:00
Timon Post
2cd56af252 5.4 release commit 2019-01-08 07:23:16 -08:00
Timon Post
f70baa5987 fixed wrong version nummber and crucial bug 2019-01-03 11:54:03 -08:00
Timon Post
336ecfe804 Fixed version number in README.MD 2019-01-03 08:49:52 -08:00
Timon Post
33bcad4d23 Release 5.2 2019-01-03 08:39:00 -08:00
Timon
a0464a041d
Docs, cargo, last updates before release (#71)
* Docs, cargo, last updates before release
2019-01-02 07:53:47 -08:00
Danny Fritz
46e429cafc Simple typo fix "mudule" -> "module" (#58) 2018-12-11 21:49:50 +01:00
Timon
b9f59f2566
Update README.md 2018-12-11 13:54:15 +01:00
Timon
3a2545d3ce
Update README.md 2018-11-25 15:44:06 +01:00
Timon
7fa6fce684
Update README.md 2018-11-25 15:29:27 +01:00
Timon
ee782cc7a6
RGB and ANSI color for windows 10 suppport. (#51) 2018-11-25 05:46:08 -08:00
Timon
4d2fba2c0d
Doc updates and MdBook (#50)
* Updated readme and docs, and created an MdBook
2018-11-25 14:17:11 +01:00
Timon
4f92c0c24f
Update README.md 2018-09-22 23:05:18 +02:00
TimonPost
850c2156d3 readme file edits 2018-09-22 22:55:30 +02:00
Timon
13e68b4ed0
Update README.md 2018-08-29 22:17:31 +02:00
Timon
e8e8e6242d
Update README.md 2018-08-29 22:15:22 +02:00
Timon
05f287bb64
Update README.md 2018-08-25 12:09:01 +02:00
TimonPost
410009dc46 updated doc 2018-08-25 12:00:39 +02:00
TimonPost
26060a56eb merge 2018-08-25 11:32:27 +02:00
TimonPost
a8de072a0a windows changes 2018-08-21 18:05:53 +02:00
TimonPost
aa0a9232c1 Readme changes 2018-08-14 23:07:41 +02:00
TimonPost
bb39591150 Overall commend improvement 2018-08-14 23:02:25 +02:00
TimonPost
f7c6f36a46 Changed Crossterm type so that the user does not have to enter a reference to a Screen every function call and also updated the readme, docs,comments,examples 2018-08-14 21:40:07 +02:00
Timon
72cd17d052
Update README.md 2018-08-12 12:40:44 +02:00
Timon
b01a2e5bee
Update README.md 2018-08-06 23:06:21 +02:00
Jojolepro
518dcadd15 Moved files around. Added duplex example (broken). Broke alternate screen trying to add compat. 2018-07-31 22:50:51 +02:00
TimonPost
fcc4ca31bc base implementation for input 2018-07-19 15:11:36 +02:00
Timon
f354e6356d
Update README.md 2018-07-15 23:15:40 +02:00
Timon
25acef42bf
Update README.md 2018-07-15 23:13:38 +02:00
TimonPost
8a3b8b8ce7 removed target, updated version number to 0.3.0 2018-07-15 23:08:10 +02:00
Timon
63bbc89c01
Update README.md
grammar mistakes fixes
2018-07-15 22:51:42 +02:00
Timon
960f3fbcc5
Update README.md 2018-07-14 23:37:21 +02:00
Timon
a5da772258
Update README.md 2018-07-14 23:25:36 +02:00
Timon
389804104c
Update README.md 2018-07-14 23:19:50 +02:00
Timon
6b9466801a
Update README.md
added links
2018-07-14 23:17:33 +02:00
Timon
9595aa8371
Update README.md 2018-07-14 23:05:02 +02:00
TimonPost
10f3ccb07b . 2018-07-14 23:02:02 +02:00