Peter Hebden
69280152c9
More readable table in viewing source ( #706 )
2022-08-14 19:00:41 +02:00
Timon
0c20590774
0.24 ( #686 )
2022-07-02 21:39:25 +02:00
ahoyiski
ad0d100304
Add support for other underline types and the ability to color them ( #679 )
2022-06-30 21:33:49 +02:00
Kian-Meng Ang
21155716e2
Fix typos ( #675 )
2022-06-06 18:10:06 +02:00
Nick Lanham
09ffd70c30
remove stray println in color serialization ( #661 )
2022-05-23 08:49:10 +02:00
WindSoilder
e920d0cfd7
Fix control-character parsing in windows ( #629 )
2022-02-27 19:19:07 +01:00
Timon
4e72bd1c7e
Remove deserialize_any and fix inconsitent serialize format. ( #604 )
2021-10-11 21:58:14 +02:00
Canop
fe5c303fcf
Make KeyEvent::new a const fn ( #606 )
2021-10-11 21:04:59 +02:00
sigmaSd
d638d15cd4
Don't run raw_mode test on the ci ( #598 )
2021-08-25 13:19:53 +02:00
mgunyho
91564b5868
Fix Greys in colors table ( #585 )
2021-08-23 17:30:16 +02:00
kWeiZh
c983000b51
Implement custom deserialisation for ansi value and rgb ( #576 )
2021-07-01 18:27:23 +02:00
Timon
a618a9f3b3
0.20 ( #567 )
2021-06-10 15:55:34 +02:00
Kestrer
0e8be6a891
Unify Colorize
and Styler
as Stylize
( #571 )
2021-06-10 15:29:22 +02:00
Koxiaet
8eee94246e
Add examples to {Color, Colored}::parse_ansi ( #535 )
2021-01-11 19:27:08 +01:00
Koxiaet
e35cab2408
Remove extra Clone bounds in the style module ( #534 )
2021-01-04 09:16:08 +01:00
Koxiaet
1418580fed
Remove lazy_static dependency ( #530 )
2021-01-03 14:40:22 +01:00
Koxiaet
df0c2358fd
Inline ansi modules ( #529 )
2021-01-03 14:29:29 +01:00
Koxiaet
0797441893
Make imports & docs more consistent ( #524 )
2020-12-28 09:47:20 +01:00
Koxiaet
5be7d18475
Replace AnsiType with write_ansi ( #523 )
2020-12-28 07:56:32 +01:00
AlephAlpha
8f6ba34349
Derive PartialEq and Eq for ContentStyle ( #519 )
2020-12-05 11:07:16 +01:00
David Sherret
901070f138
Fix panic when only setting bold and redirecting stdout. ( #498 )
2020-10-28 21:29:01 +01:00
Max Sharnoff
efb06b8baa
improve formatting for color parsing docs ( #496 )
2020-10-10 09:32:18 +02:00
truchi
93a5d880d8
StyledContent::fmt: reseting foreground/background on their own ( #483 )
2020-09-11 10:17:57 +02:00
Michael McDonnell
7732861e4d
Fix clippy warnings ( #477 )
2020-09-06 20:38:17 +02:00
Michael McDonnell
c7d8fa3bc1
Fix spelling ( #475 )
...
Fixed the spelling in a few comments.
2020-09-01 22:07:12 +02:00
truchi
0b429e5dcf
Incoherent derived traits ( #471 )
2020-08-03 08:06:09 +02:00
sigmaSd
32215ec7f5
Grand writer
access for winapi commands.
2020-07-20 12:58:04 +02:00
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