diff options
Diffstat (limited to 'src/dged/display.h')
| -rw-r--r-- | src/dged/display.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dged/display.h b/src/dged/display.h index aae2614..7e3d62c 100644 --- a/src/dged/display.h +++ b/src/dged/display.h @@ -187,6 +187,13 @@ void command_list_set_color_fg(struct command_list *list, uint8_t red, uint8_t green, uint8_t blue); /** + * Set colors to be inverted. + * + * Sets background as foreground and vice versa. + */ +void command_list_set_inverted_colors(struct command_list *list); + +/** * Reset the color and styling information. * * The following draw commands will have their formatting reset to the default. |
