You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
meli/tools/src
Manos Pitsidianakis f93adb683a
meli/terminal: replace change_color uses with change_theme
change_color() predated addition of Cell Attributes (Bold, Underline,
etc) so it didn't accept an attribute argument.

This commit adds a change_theme() function that does the same thing as
change_color() but also sets the cell attributes. It also takes a
ThemeAttribute as an argument instead of {fg, bg, attrs} individually.

Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
10 months ago
..
email_parse.rs Clippy fixes 1 year ago
embed.rs meli/terminal: replace change_color uses with change_theme 10 months ago
imapshell.rs Clippy fixes 1 year ago
linebreak.rs Rename testing crate to tools, and add README 4 years ago
linebreak1.rs Rename testing crate to tools, and add README 4 years ago
mboxparse.rs Clippy fixes 1 year ago
smtp_conn.rs Clippy fixes 1 year ago