diff options
Diffstat (limited to 'src/gui/gui-color.h')
-rw-r--r-- | src/gui/gui-color.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui-color.h b/src/gui/gui-color.h index 45f571dd9..03cb93a36 100644 --- a/src/gui/gui-color.h +++ b/src/gui/gui-color.h @@ -103,6 +103,8 @@ enum t_gui_color_enum #define GUI_COLOR_BAR_DELIM_STR "D" #define GUI_COLOR_BAR_BG_CHAR 'B' #define GUI_COLOR_BAR_BG_STR "B" +#define GUI_COLOR_BAR_START_INPUT_CHAR '_' +#define GUI_COLOR_BAR_START_INPUT_STR "_" #define GUI_COLOR_BAR_MOVE_CURSOR_CHAR '#' #define GUI_COLOR_BAR_MOVE_CURSOR_STR "#" |