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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user