mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 19:53:13 +02:00
buflist: add option buflist.format.indent
This commit is contained in:
@@ -26,7 +26,7 @@ The following variables can be used in these options:
|
||||
- ${format_buffer}: the evaluated value of option buflist.format.buffer; this can be used in option buflist.format.buffer_current to just change the background color for example
|
||||
- ${format_number}: indented number with separator (evaluation of option buflist.format.number)
|
||||
- ${number}: indented number, for example " 1" if there are between 10 and 99 buffers
|
||||
- ${indent}: indentation for name (channel and private buffers are indented)
|
||||
- ${indent}: indentation for name (channel and private buffers are indented) (evaluation of option buflist.format.indent)
|
||||
- ${nick_prefix}: nick prefix for a channel (set only if the option buflist.look.nick_prefix is enabled)
|
||||
- ${name}: the short name (if set), with a fallback on the name
|
||||
- ${color_hotlist}: the color depending on the highest hotlist level for the buffer (evaluation of option buflist.format.hotlist_xxx where xxx is the level)
|
||||
|
||||
@@ -56,6 +56,12 @@
|
||||
** wartości: dowolny ciąg
|
||||
** domyślna wartość: `+"${color:default},"+`
|
||||
|
||||
* [[option_buflist.format.indent]] *buflist.format.indent*
|
||||
** opis: pass:none[string displayed to indent channel and private buffers (note: content is evaluated, see /help buflist)]
|
||||
** typ: ciąg
|
||||
** wartości: dowolny ciąg
|
||||
** domyślna wartość: `+" "+`
|
||||
|
||||
* [[option_buflist.format.lag]] *buflist.format.lag*
|
||||
** opis: pass:none[format for lag on an IRC server buffer (note: content is evaluated, see /help buflist)]
|
||||
** typ: ciąg
|
||||
|
||||
Reference in New Issue
Block a user