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

Add sub-items in bars (items glued with "+" as separator instead of comma), add buffer_number default bar item

This commit is contained in:
Sebastien Helleu
2008-12-19 10:17:55 +01:00
parent cfc12b2b8c
commit d07a7cedc8
16 changed files with 402 additions and 218 deletions
+4 -3
View File
@@ -3374,7 +3374,8 @@ command_init ()
" size: size of bar (in chars)\n"
" separator: 1 for using separator (line), 0 or nothing "
"means no separator\n"
" item1,...: items for this bar\n"
" item1,...: items for this bar (items can be separated "
"by comma (space between items) or \"+\" (glued items))\n"
" default: create default bars\n"
" del: delete a bar (or all bars with -all)\n"
" set: set a value for a bar property\n"
@@ -3394,8 +3395,8 @@ command_init ()
" listfull: list all bars (verbose)\n"
" listitems: list all bar items\n\n"
"Examples:\n"
" create a bar with time and completion:\n"
" /bar add mybar root bottom 1 0 [time],completion\n"
" create a bar with time, buffer number + name, and completion:\n"
" /bar add mybar root bottom 1 0 [time],buffer_number+:+buffer_name,completion\n"
" hide a bar:\n"
" /bar hide mybar\n"
" scroll nicklist 10 lines down on current buffer:\n"