vojta7
34a6e414f6
Added enabling/disabling line wrap. ( #485 )
2020-09-11 10:19:41 +02:00
Tim Oram
3b466b18c4
Update Rust-sloth link in "Used By" ( #455 )
2020-07-06 19:10:16 +02:00
Timon
5f1cbdeda4
Update README.md
2020-06-14 14:46:33 +02:00
Timon
c1e84f7185
0.17.5 ( #438 )
2020-05-23 13:29:56 +02:00
George Schizas
a0b737566d
Fix terminology for Windows ( #437 )
2020-05-19 18:30:31 +02:00
Nathan Kessler
d83d1cc073
Add Kitty to supported terminals ( #418 )
2020-05-18 19:13:34 +02:00
Billie Thompson
e07db1f2df
Clarify the documentation sources ( #415 )
2020-04-10 19:13:29 +02:00
Billie Thompson
a14f91a0c4
Added a note about the deprecated ( #416 )
2020-04-10 19:12:38 +02:00
Timon
5f74e5d8d6
Update README.md
2020-04-10 19:10:09 +02:00
Timon
55e270faec
Update README.md
2020-04-10 19:09:14 +02:00
Timon
58ef32b40a
Is terminal a tty and reverted feature from 0.17 which introduced a bug. ( #405 )
2020-03-28 18:38:07 +01:00
Timon
9c9543d454
0.17 ( #403 )
2020-03-24 22:00:23 +01:00
Rob Nugen
42e4968cd6
Fix typo in README.md ( #372 )
2020-01-24 13:44:40 +01:00
Timon Post
f8f76dc2e1
0.14.2
2020-01-11 18:10:06 +01:00
Chris Nickel
68389ac5b4
Getting started example for 0.14 ( #346 )
2019-12-14 12:26:20 -06:00
Timon
126f9b2631
Update README.md
2019-12-13 15:46:47 +01:00
Timon
6ebcdf2376
Update README.md
2019-12-13 07:14:09 +01:00
Timon
41ff73e3d3
0.14 ( #343 )
2019-12-13 07:12:35 +01:00
Timon
f597cfd232
Input module Rewrite ( #284 )
2019-11-18 21:50:57 +01:00
Ömer Sinan Ağacan
b2ff6d3b56
Fix examples link in README ( #306 )
2019-11-03 13:10:55 +01:00
Timon
5898769d9d
0.13 prep ( #305 )
2019-11-02 19:26:25 +01:00
Timon
b0b184ad59
Update README.md
2019-11-01 18:20:18 +01:00
Timon
f2a4df20db
Cleanup Some Mess for next Release ( #304 )
2019-11-01 18:09:05 +01:00
ebroto
ea7130a419
Refactor the Style Module ( #291 )
2019-10-27 21:07:09 +01:00
Zrzka
2815833a83
Merge sub crates back into crossterm ( #280 )
2019-10-22 16:33:38 +02:00
Brendan Molloy
f13ee8f0d5
Fix typo
2019-10-20 22:38:40 +02:00
Robert Vojta
d209074b0f
Update README
...
Signed-off-by: Robert Vojta <rvojta@me.com>
2019-10-02 09:06:47 +02:00
Antti Keränen
a422d463f3
Fix an URL to example file
2019-10-01 09:54:40 +03: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
5216ecbdec
API Cleanup - part 3 ( #240 )
2019-09-20 23:50:53 +02:00
Timon
ea8a367c11
Added badge
2019-09-12 21:39:39 +02:00
Timon_Post
0de76f2162
semantic version correction
2019-07-26 14:27:18 +02:00
Timon
723626fa17
Some fixes ( #183 )
2019-07-25 19:57:14 +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
0xflotus
ae5a210ac9
Grammer Fix ( #174 )
2019-07-06 13:32:18 +02:00
Luke I. Wilson
b709c8b62a
Update README crate version suggestion ( #172 )
2019-07-01 14:39:54 +02:00
Caleb Bassi
e1b8da03ba
Documentation fixes ( #156 )
2019-06-21 18:10:46 +02:00
Timon
c3b7c31727
Added used by header
2019-06-08 11:28:32 +02:00
Timon_Post
d929805f1f
version update
2019-05-15 17:54:21 +02:00
Timon_Post
1453629939
Updated book addr
2019-05-15 17:53:55 +02:00
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