summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-12-21 09:24:31 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-12-21 09:24:31 +0100
commit894da1c9edd279446787dbedd9cbfc6b3ba05644 (patch)
treefea5f79fd7ee2ad704fb01b1a92c3683317723b8 /src/core
parent4d98ddb13c91b4827985cea2e2b501c15fb7653b (diff)
downloadweechat-894da1c9edd279446787dbedd9cbfc6b3ba05644.zip
Allow more flexible format for palette options
Order of alias, pair and rgb is free and semicolon is not required any more before or after pair.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/wee-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c
index 5efd720f6..51c57fbcf 100644
--- a/src/core/wee-config.c
+++ b/src/core/wee-config.c
@@ -732,7 +732,7 @@ config_weechat_palette_create_option_cb (void *data,
"where alias is color name, fg,bg is \"foreground,background\" "
"(example: \"200,-1\"), r/g/b is redefinition of color "
"(terminal must support it) (everything is optional "
- "in this format)"),
+ "in this format and order is not important)"),
NULL, 0, 0, "", value, 0, NULL, NULL,
&config_weechat_palette_change_cb, NULL,
NULL, NULL);