Timon
9da9c1f5ad
CI error fixes ( #366 )
...
Fixed identity conversion
Fixed clippy warning
Fixed tokio example compilation
mio upgrade
2020-01-13 07:46:51 +01:00
Timon Post
f8f76dc2e1
0.14.2
2020-01-11 18:10:06 +01:00
Igor Gnatenko
6fdc819e55
Update parking_lot to 0.10 ( #351 )
2019-12-17 12:42:17 -06:00
Timon
41ff73e3d3
0.14 ( #343 )
2019-12-13 07:12:35 +01:00
Robert Vojta
8fb9059853
Implemented poll
Waker.
2019-12-10 20:41:40 +01:00
Timon Post
ffee84f2cf
Upgraded tokio dependency because it caused CI error.
2019-11-27 19:06:46 +01:00
Robert Vojta
7333de70a7
Remove all feature flags except event-stream ( #322 )
...
Signed-off-by: Robert Vojta <rvojta@me.com>
2019-11-20 14:03:22 +01:00
Timon Post
3c344b66b9
Upgraded dep
2019-11-19 10:06:28 +01:00
Timon
f597cfd232
Input module Rewrite ( #284 )
2019-11-18 21:50:57 +01:00
Timon Post
a81bd3e153
0.13.3
2019-11-08 06:57:11 +01:00
John-John Tedro
9690e5bc38
Remove reader thread in AsyncReader ( #309 )
2019-11-08 06:53:10 +01:00
Timon Post
6ec7a63cfb
0.13.2
2019-11-04 18:43:30 +01:00
Timon Post
0107c76d4a
0.13.1
2019-11-04 06:54:22 +01:00
Timon
5898769d9d
0.13 prep ( #305 )
2019-11-02 19:26:25 +01:00
Timon
5c36790187
Fixed screen feature flag and updated CI script ( #302 )
2019-10-31 20:54:14 +01:00
Zrzka
2815833a83
Merge sub crates back into crossterm ( #280 )
2019-10-22 16:33:38 +02:00
Zrzka
c3c2652b91
Release 0.12 ( #277 )
...
Signed-off-by: Robert Vojta <rvojta@me.com>
2019-10-21 20:45:52 +02:00
Zrzka
1f9ead9d51
Add missing re-exports ( #275 )
2019-10-17 22:38:01 +02:00
Timon
edd9189234
Exported ResetColor
command ( #274 )
2019-10-15 20:45:47 +02:00
Zrzka
675c8f5e10
Sub-crates separatation ( #251 )
2019-09-25 16:09:16 +02:00
Timon
e600eabaed
0.11.0
2019-09-24 19:45:59 +02:00
Zrzka
5494525d89
2018 edition ( #222 )
2019-09-16 13:34:08 +02:00
Zrzka
b1daeccab0
Examples cleanup ( #196 )
2019-09-05 16:14:33 +02:00
Timon
6148a8f984
Specified versions ( #189 )
2019-08-02 19:05:16 +02:00
Igor Gnatenko
1729fbb41f
Update minimum crossterm_utils to 0.2.4 ( #185 )
2019-08-02 18:45:04 +02:00
Timon_Post
0de76f2162
semantic version correction
2019-07-26 14:27:18 +02:00
Timon_Post
6d3f23b3b3
0.10.0
2019-07-25 20:31:45 +02:00
Timon
1a60924abd
Command API experiment ( #175 )
...
- Command API to introduce easier usability, better performance, and more control over to which buffer to write, and when to flush the buffer to the terminal.
2019-07-24 20:10:27 +02:00
Timon_Post
cdb393ef71
0.9.6
2019-06-15 21:51:53 +02:00
Timon_Post
4fca41d6c5
0.9.5
2019-05-20 18:56:23 +02:00
Timon_Post
8c52b6b313
0.9.4
2019-05-15 18:15:38 +02:00
Timon_Post
4a0d748baa
a
2019-05-10 20:05:53 +02:00
Timon
0bfebb338d
Raw Screen Cursor Position UNIX Bug Fix ( #134 )
2019-05-03 20:15:07 +02:00
Timon Post
34f3361640
0.9.3
2019-04-19 10:05:48 +02:00
Timon Post
4423db687a
0.9.2
2019-04-17 16:45:06 +02:00
Timon
b8d4255bac
Fixed some Bugs. ( #118 )
...
- Terminal size Linux was not 0-based.
- Windows mouse input event position was 0-based and should be 1-based
- Result, ErrorKind are made re-exported
- Fixed some special key combination detections for UNIX systems
- Made FreeBSD compile.
2019-04-17 16:24:58 +02:00
Timon Post
2773c354d3
Update
2019-04-11 17:37:06 +02:00
Timon Post
5e84a6a578
toml update
2019-04-11 00:08:09 +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
TimonPost
77188d6d2c
upgraded input: 0.2.1
2019-04-05 15:47:28 +02:00
TimonPost
824f2305d9
Bug fix reading sync, updated licenses.
2019-04-05 15:44:39 +02:00
Timon Post
5f79acf9e9
Removed items from workspace
2019-04-04 18:46:43 +02:00
Timon Post
6cdce1bc25
Fixed broken tests, and corrected public export
2019-04-04 18:45:47 +02:00
Timon Post
805ec959c1
Updated README
2019-04-02 23:17:13 +02:00
Timon Post
6f1aa220c6
Reverted some version number
2019-04-02 22:23:38 +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
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