summaryrefslogtreecommitdiff
path: root/src/gui/curses/gui-curses-chat.c
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-04-18 09:52:01 +0200
committerSébastien Helleu <flashcode@flashtux.org>2022-04-18 09:52:01 +0200
commit674f52bf5867791059988af02089f3a8b82eeb98 (patch)
tree34f4b825c00cc9abc4171620cd5155c3e024203c /src/gui/curses/gui-curses-chat.c
parent0af960dbde56d5d950997250acd4e53eb16223a5 (diff)
downloadweechat-674f52bf5867791059988af02089f3a8b82eeb98.zip
core: add bar item "spacer"
Diffstat (limited to 'src/gui/curses/gui-curses-chat.c')
-rw-r--r--src/gui/curses/gui-curses-chat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/curses/gui-curses-chat.c b/src/gui/curses/gui-curses-chat.c
index a7776e491..5ad362bbc 100644
--- a/src/gui/curses/gui-curses-chat.c
+++ b/src/gui/curses/gui-curses-chat.c
@@ -292,6 +292,7 @@ gui_chat_string_next_char (struct t_gui_window *window, struct t_gui_line *line,
case GUI_COLOR_BAR_MOVE_CURSOR_CHAR:
case GUI_COLOR_BAR_START_ITEM:
case GUI_COLOR_BAR_START_LINE_ITEM:
+ case GUI_COLOR_BAR_SPACER:
string++;
break;
}