diff options
Diffstat (limited to 'doc/de/autogen/user')
-rw-r--r-- | doc/de/autogen/user/buflist_commands.adoc | 1 | ||||
-rw-r--r-- | doc/de/autogen/user/buflist_options.adoc | 18 |
2 files changed, 16 insertions, 3 deletions
diff --git a/doc/de/autogen/user/buflist_commands.adoc b/doc/de/autogen/user/buflist_commands.adoc index ffea9f6c0..ca80e8765 100644 --- a/doc/de/autogen/user/buflist_commands.adoc +++ b/doc/de/autogen/user/buflist_commands.adoc @@ -27,6 +27,7 @@ The following variables can be used in these options: - ${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) + - ${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) - ${format_hotlist}: the formatted hotlist (evaluation of option buflist.format.hotlist) diff --git a/doc/de/autogen/user/buflist_options.adoc b/doc/de/autogen/user/buflist_options.adoc index d383abac6..c74e87cc3 100644 --- a/doc/de/autogen/user/buflist_options.adoc +++ b/doc/de/autogen/user/buflist_options.adoc @@ -6,7 +6,7 @@ ** Beschreibung: pass:none[format of each line with a buffer (note: content is evaluated, see /help buflist)] ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette -** Standardwert: `+"${format_number}${indent}${color_hotlist}${name}"+` +** Standardwert: `+"${format_number}${indent}${nick_prefix}${color_hotlist}${name}"+` * [[option_buflist.format.buffer_current]] *buflist.format.buffer_current* ** Beschreibung: pass:none[format for the line with current buffer (note: content is evaluated, see /help buflist)] @@ -92,11 +92,23 @@ ** Werte: on, off ** Standardwert: `+on+` +* [[option_buflist.look.nick_prefix]] *buflist.look.nick_prefix* +** Beschreibung: pass:none[get the nick prefix and its color from nicklist so that ${nick_prefix} can be used in format; this can be slow on buffers with lot of nicks in nicklist, so this option is disabled by default] +** Typ: boolesch +** Werte: on, off +** Standardwert: `+off+` + +* [[option_buflist.look.nick_prefix_empty]] *buflist.look.nick_prefix_empty* +** Beschreibung: pass:none[when the nick prefix is enabled, display a space instead if there is no nick prefix on the buffer] +** Typ: boolesch +** Werte: on, off +** Standardwert: `+on+` + * [[option_buflist.look.signals_refresh]] *buflist.look.signals_refresh* -** Beschreibung: pass:none[comma-separated list of signals that are hooked and trigger the refresh of buffers list] +** Beschreibung: pass:none[comma-separated list of extra signals that are hooked and trigger the refresh of buffers list; this can be useful if some custom variables are used in formats and need specific refresh] ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette -** Standardwert: `+"buffer_opened,buffer_closed,buffer_merged,buffer_unmerged,buffer_moved,buffer_renamed,buffer_switch,buffer_hidden,buffer_unhidden,buffer_localvar_added,buffer_localvar_changed,window_switch,hotlist_changed"+` +** Standardwert: `+""+` * [[option_buflist.look.sort]] *buflist.look.sort* ** Beschreibung: pass:none[comma-separated list of fields to sort buffers; each field is a hdata variable of buffer; char "-" can be used before field to reverse order] |