1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 05:16:38 +02:00

Fix color used to display color aliases on /color buffer

This commit is contained in:
Sebastien Helleu
2011-02-07 15:27:04 +01:00
parent ba92074bf8
commit c515069f26
+2 -1
View File
@@ -855,8 +855,9 @@ gui_color_buffer_display ()
if (!gui_color_use_term_colors)
{
snprintf (str_color, sizeof (str_color),
"%c%c%05d",
"%c%c%c%05d",
GUI_COLOR_COLOR_CHAR,
GUI_COLOR_FG_CHAR,
GUI_COLOR_EXTENDED_CHAR,
i);
}