Dániel Buga
|
09b23760ed
|
Make AnsiSequence Clone
|
2020-10-05 12:22:17 +02:00 |
|
Dániel Buga
|
abce537ffe
|
Change parse_escape to return an AnsiSequence
|
2020-10-05 12:19:37 +02:00 |
|
Dániel Buga
|
dafb7d7f08
|
Make parse_escape public
|
2020-10-05 12:04:52 +02:00 |
|
Dániel Buga
|
2925f56c1f
|
no_std
Add `std` default feature
Only implement for String if `std` is enabled
Replace std Vec with heapless
|
2020-10-05 11:56:07 +02:00 |
|
Dániel Buga
|
71a582b31f
|
Clean up deprecated and clippy warnings
|
2020-10-05 11:00:07 +02:00 |
|
David Bittner
|
4a09914aa0
|
Merge branch 'truecolor_escape_support' into 'master'
Add support for parsing 5-part SetGraphicsMode escape (TrueColor)
See merge request davidbittner/ansi-parser!1
|
2020-09-11 17:36:34 +00:00 |
|
David Bittner
|
c83abae498
|
Merge branch 'master' into 'master'
Default cursor position handling
See merge request davidbittner/ansi-parser!2
|
2020-09-11 17:35:46 +00:00 |
|
mulark
|
fb1dd49c52
|
Default cursor position handling
|
2020-09-10 22:00:41 -06:00 |
|
Leon Kowarschick
|
b7c414559c
|
Add support for parsing 5-part SetGraphicsMode escape (TrueColor)
|
2020-06-27 18:28:34 +02:00 |
|
David Bittner
|
e6a9acb4b7
|
upping version no yet again
|
2019-05-10 10:28:15 -04:00 |
|
David Bittner
|
5162590828
|
forgot the special case of printing the empty graphics escape sequence
|
2019-05-10 10:28:01 -04:00 |
|
David Bittner
|
434b4fa913
|
upping version no
|
2019-05-10 10:26:37 -04:00 |
|
David Bittner
|
9520aeafbf
|
missed the empty graphics mode sequence
|
2019-05-10 10:26:25 -04:00 |
|
David Bittner
|
0fbea712c2
|
upping version no
|
2019-05-10 10:13:06 -04:00 |
|
David Bittner
|
0eac7e3ab5
|
added more parsers, almost have all of the escape sequences
|
2019-05-10 10:12:49 -04:00 |
|
David Bittner
|
4e4f13890c
|
updating readme
|
2019-05-06 17:23:20 -04:00 |
|
David Bittner
|
b43c3c9f03
|
updating version string
|
2019-05-06 17:20:35 -04:00 |
|
David Bittner
|
a281428c66
|
updating readme example
|
2019-05-06 17:20:10 -04:00 |
|
David Bittner
|
2b8ef9dcd5
|
whoops, namespace issues
|
2019-05-06 17:03:19 -04:00 |
|
David Bittner
|
4e778fee82
|
updating version string
|
2019-05-06 17:01:32 -04:00 |
|
David Bittner
|
d9872e03e6
|
added ansi_parse trait so things are more ergonomic
|
2019-05-06 17:01:17 -04:00 |
|
David Bittner
|
8dd86b6da3
|
adding testing macro
|
2019-05-06 16:37:03 -04:00 |
|
David Bittner
|
38a5f31e47
|
adding a lot more sequences
|
2019-05-06 16:18:46 -04:00 |
|
David Bittner
|
8c1408cefe
|
adding new sequences from the VT100 list
|
2019-05-04 11:24:58 -04:00 |
|
David Bittner
|
f51c7a1e95
|
updating version number
|
2019-05-02 23:47:02 -04:00 |
|
David Bittner
|
a8d429d223
|
added high cursor and show cursor
|
2019-05-02 23:46:46 -04:00 |
|
David Bittner
|
3c393326d4
|
updated version no
|
2019-05-02 23:05:00 -04:00 |
|
David Bittner
|
b1c17325f7
|
properly handles unknown ansi escapes by adding them as plain text
|
2019-05-02 23:04:41 -04:00 |
|
David Bittner
|
c1764f73ab
|
Fixing badge
|
2019-05-02 23:56:04 +00:00 |
|
David Bittner
|
85b94427f9
|
fixing build status badge
|
2019-05-02 19:45:58 -04:00 |
|
David Bittner
|
9669d3ca60
|
updated version num
|
2019-05-02 19:43:53 -04:00 |
|
David Bittner
|
0b7e534ae4
|
fixed issues with SetGraphicsMode sequence
|
2019-05-02 19:33:21 -04:00 |
|
David Bittner
|
abc5396332
|
updating version number
|
2019-04-27 17:08:11 -04:00 |
|
David Bittner
|
b9ca804814
|
used wrong escape code, whoops...
|
2019-04-27 17:07:57 -04:00 |
|
David Bittner
|
cb8afd6823
|
adding more badges to make me feel good about myself
|
2019-04-27 15:44:10 -04:00 |
|
David Bittner
|
3ab2d4cca6
|
Add LICENSE
|
2019-04-27 19:41:31 +00:00 |
|
David Bittner
|
540a15c350
|
changing license to MPL2.0
|
2019-04-27 15:40:52 -04:00 |
|
David Bittner
|
7e12afb8ea
|
updating license, fixing readme, changing version number for cargo
|
2019-04-27 15:39:11 -04:00 |
|
David Bittner
|
d533eac192
|
updating readme
|
2019-04-27 15:08:04 -04:00 |
|
David Bittner
|
7cc3642f92
|
added display implementation for all the ANSI Sequences
|
2019-04-27 15:03:51 -04:00 |
|
David Bittner
|
4f4fbcf1fc
|
removing pages task
|
2019-04-26 22:27:37 -04:00 |
|
David Bittner
|
dbe24fd124
|
whoops, already had it there
|
2019-04-26 22:24:16 -04:00 |
|
David Bittner
|
a23c87b3c0
|
adding documentation link to the Cargo.toml
|
2019-04-26 22:23:51 -04:00 |
|
David Bittner
|
b40030c7cf
|
adding doc publishing
|
2019-04-26 22:22:52 -04:00 |
|
David Bittner
|
9b05f6080c
|
updating version number
|
2019-04-26 22:13:53 -04:00 |
|
David Bittner
|
29eb11a1e1
|
adding docs, updating Cargo.toml
|
2019-04-26 22:12:39 -04:00 |
|
David Bittner
|
7bab969b69
|
correcting license code
|
2019-04-26 22:02:06 -04:00 |
|
David Bittner
|
33d26e3f3f
|
adding metadata to Cargo.toml
|
2019-04-26 22:00:18 -04:00 |
|
David Bittner
|
3ef51ec9e0
|
done, kinda hacky solution but it works
|
2019-04-26 20:01:34 -04:00 |
|
David Bittner
|
c2b8f5ed57
|
it all works, just need to figure out how to deal with the end of the stream
|
2019-04-26 17:58:27 -04:00 |
|