replace cansi with ansi-parser

This commit is contained in:
yggverse 2024-12-08 10:56:40 +02:00
parent 2b0f18286f
commit 5626757376
5 changed files with 284 additions and 71 deletions

View file

@ -69,16 +69,16 @@ GTK 4 / Libadwaita client written in Rust
* [x] Multiline
* [x] Alt
* [x] Syntax highlight* (by [syntect](https://github.com/trishume/syntect))
* [ ] ANSI / terminal emulation* (by [cansi](https://github.com/colored-rs/cansi))
* [ ] ANSI / terminal emulation*
* [x] foreground
* [x] background
* [ ] intensity
* [x] italic
* [x] underline
* [ ] italic
* [ ] underline
* [ ] blink
* [ ] reversed
* [ ] hidden
* [x] strikethrough
* [ ] strikethrough
* [x] Header
* [x] H1
* [x] H2