meli/src/terminal
Manos Pitsidianakis 4930d1b46c
Add Italics, Blink, Dim and Hidden text attributes
Text attributes have been rewritten as bit flags, so for example instead of
"BoldUnderline" you'd have to define "Bold | Underline" in your theme
settings.

Requested in #21
2020-04-05 15:57:05 +03:00
..
embed ui: add ThemeAttribute argument to clear_area() 2020-02-08 23:54:15 +02:00
cells.rs Add Italics, Blink, Dim and Hidden text attributes 2020-04-05 15:57:05 +03:00
embed.rs Remove ui crate 2020-02-04 17:29:55 +02:00
keys.rs Forward input on input/rawinput switch 2020-02-27 16:41:58 +02:00
position.rs ui: move box drawing to src/terminal 2020-02-08 23:54:15 +02:00
text_editing.rs Remove text_processing 2020-02-04 17:29:55 +02:00