Jacob O'Toole
9d9dfeae26
Add ANSI color parsing and expose Colored
enum ( #451 )
2020-07-06 19:14:53 +02:00
Cowboy8625
b9c8dcdbfa
Added From<(u8, u8, u8)> Trait to Color::Rgb Enum. ( #440 )
2020-06-10 13:35:06 +02:00
Odin Dutton
5511f85d50
Implement Color::try_from() ( #439 )
2020-05-28 19:08:30 +02:00
Matheus Lessa Rodrigues
88add302cd
Implementing SetTitle
command ( #429 )
2020-05-16 07:41:43 +02:00
Max Sharnoff
43fbdfce0d
Add macros for Colorize
and Styler
impls, add an impl for String
( #420 )
2020-04-24 19:47:38 +02:00
Nathan Wilson
3efa8b9477
Removed some unnecessary parentheses and braces. ( #409 )
2020-04-04 09:21:18 +02:00
Jan Hlavatý
428519994c
Fix handling of unicode characters > 255 ( #411 )
2020-04-04 09:19:20 +02:00
Riey
9c9479deb2
Direct write command ansi_codes ( #390 )
2020-03-10 13:38:38 +01:00
Peter Hindes
49fefd6e8f
Added Support For Chars Colors ( #386 )
2020-02-27 06:50:29 +01:00
Timon
e35d4d2c1c
0.15.1 ( #381 )
2020-02-08 14:23:50 +01:00
Canop
f58aca9354
Changed vec of Attributes to bitfield ( #380 )
2020-02-07 14:06:41 +01:00
Nathan West
f2fca91b30
Added basic trait implementations to all Commands ( #363 )
...
- Added basic trait implementations to all Commands
- Added `Debug` to all public-facing types
- Added `Clone` to several public-facing types, where relevant
- Added `Eq` to all `PartialEq` types
- Added `Debug` and `Clone` to a few internal types
- `ResetColor` uses `&'static str` instead of `String`
- Updated crossterm-winapi dependency
2020-01-28 20:20:26 +01:00
Nathan West
7fb8ad6fa1
Cleaned up command macros and StyledContent ( #369 )
2020-01-17 19:33:55 +01:00
Timon Post
391b1886a7
Reverted exhaustive attribute change.
2020-01-11 18:16:45 +01:00
Max Sharnoff
8a9edc7ecd
Change __Nonexhaustive
variants to attribute ( #353 )
2019-12-28 08:09:31 +01:00
Timon
71029c4a87
Moved some files around ( #342 )
2019-12-11 17:10:34 +01:00
Zrzka
011a47e93d
Add clippy ( #323 )
...
Signed-off-by: Robert Vojta <rvojta@me.com>
2019-11-19 12:18:24 +01:00
Timon
f597cfd232
Input module Rewrite ( #284 )
2019-11-18 21:50:57 +01:00
Lars Mühmel
bf51821238
Fix the def_str_attr!
macro ( #319 )
2019-11-17 21:31:41 +01:00
John-John Tedro
9690e5bc38
Remove reader thread in AsyncReader ( #309 )
2019-11-08 06:53:10 +01:00
Timon
f2a4df20db
Cleanup Some Mess for next Release ( #304 )
2019-11-01 18:09:05 +01:00
Timon
3e82d6ae1c
Removed old api Style Module ( #299 )
2019-10-31 21:02:04 +01:00
ebroto
ea7130a419
Refactor the Style Module ( #291 )
2019-10-27 21:07:09 +01:00
Canop
1587d10dc8
Add missing lifetimes ( #282 )
2019-10-23 15:02:20 +02:00
Zrzka
2815833a83
Merge sub crates back into crossterm ( #280 )
2019-10-22 16:33:38 +02:00
TimonPost
6970dfadd8
refactored all code and canged name spaces and moved code to other modules.
2018-07-28 19:26:35 +02:00
TimonPost
2cc40d5d28
refactored winapi code
2018-07-22 14:55:14 +02:00
TimonPost
787b4aa1b3
Added release notes, docs, readme changed almost done for release 0.2.3
2018-07-12 23:36:30 +02:00
TimonPost
683ec5c9cb
refactor, created examples and tested code
2018-07-11 22:59:54 +02:00
TimonPost
cc47d8788a
Added docs and Result<> to write methods
2018-07-11 19:43:12 +02:00
Timon
f962fe4040
Fixed unix
2018-07-09 17:37:07 +00:00
TimonPost
e62d8cff9d
Alternate screen working for windows, created reallife example with firstdepthsearch and started commenting all types not done yet with that.
2018-07-08 22:13:32 +02:00
TimonPost
26a1960159
Windows alternate screen working. color implementation for alternate screen fixed. And all functionalities for the main screen should also work
2018-07-03 22:48:04 +02:00
TimonPost
223b353101
runned cargo fmt on crate code
2018-07-01 22:43:43 +02:00
TimonPost
4a943c124e
Added alternatescreen functionalilty, and added options to terminate the current process. also added write option to the terminal module
2018-07-01 22:40:07 +02:00
TimonPost
7544578122
Some fixes
2018-06-26 21:28:25 +02:00
Timon
46e7ad720f
fixed unix compile error
2018-06-26 16:48:50 +00:00
Timon
56ed082bf3
Fixed unix code after working on windows
2018-06-25 18:37:46 +00:00
TimonPost
62fbb6b6a9
added unix cursor hide show, fixed windows and added alternate screen
...
functionality. Also refactored and cleaned up code.:
2018-06-22 21:04:30 +02:00
TimonPost
bb2067ed7b
Maked windows compilable and worked on the screen manager for windows.
2018-06-18 22:10:41 +02:00
=
2a40d10ae9
refactored code comments fixed examples and invalid comments. Also added documentation
2018-06-16 20:10:51 +02:00
=
3878993459
Removed all unused namespaces
2018-06-09 23:19:02 +02:00
=
17616100df
Added alternate screen support for unix systems
2018-06-09 21:59:43 +02:00
T
4c14ad836b
Refactored namespaces. Added comments where needed. Alternatescreen is
...
working for windows 10 terminals. Refactored usings. Rearanged usings.
Raw Mode / alternate screeen windows yet to be tested. Added examples.
Refactored code
2018-03-10 17:33:06 +01:00