1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 11:13:12 +02:00

Add new bar filling types: columns_horizontal and columns_vertical

This commit is contained in:
Sebastien Helleu
2008-12-15 22:11:13 +01:00
parent 507adbe42e
commit e69a3f0f0e
15 changed files with 541 additions and 489 deletions
+1 -1
View File
@@ -1267,7 +1267,7 @@ config_weechat_init ()
config_color_separator = config_file_new_option (
weechat_config_file, ptr_section,
"separator", "color",
N_("background color for window separators (when splited)"),
N_("background color for window separators (when splitted)"),
NULL, GUI_COLOR_SEPARATOR, 0, "blue", NULL,
NULL, NULL, &config_change_color, NULL, NULL, NULL);
/* bar colors */