draft ANSI/SGR format (terminal emulation)

This commit is contained in:
yggverse 2024-12-05 05:09:50 +02:00
parent 8c9cabfcda
commit 90ddac2033
7 changed files with 122 additions and 27 deletions

View file

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