meli/src/terminal
Manos Pitsidianakis a73885acb1 Improve embed terminal
- Add character attribute support
- Add cursor key mode support
- Fix buggy set fg / bg sequences

And added a bin under tools to test arbitrary apps using the embedded
terminal:

 cargo run -p tools --bin embed -- "htop" 2> .htop.debug.log
2022-09-01 22:24:01 +03:00
..
embed Improve embed terminal 2022-09-01 22:24:01 +03:00
cells.rs Improve embed terminal 2022-09-01 22:24:01 +03:00
color.rs Improve embed terminal 2022-09-01 22:24:01 +03:00
embed.rs Improve embed terminal 2022-09-01 22:24:01 +03:00
keys.rs Fix all clippy warnings in `meli` crate 2022-08-25 16:38:02 +03:00
position.rs Improve embed terminal 2022-09-01 22:24:01 +03:00
text_editing.rs Remove text_processing 2020-02-04 17:29:55 +02:00