diff options
Diffstat (limited to 'doc/pl/autogen/user/buflist_options.adoc')
-rw-r--r-- | doc/pl/autogen/user/buflist_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/pl/autogen/user/buflist_options.adoc b/doc/pl/autogen/user/buflist_options.adoc index 0ff785cfd..4731437bb 100644 --- a/doc/pl/autogen/user/buflist_options.adoc +++ b/doc/pl/autogen/user/buflist_options.adoc @@ -80,6 +80,12 @@ ** wartości: dowolny ciąg ** domyślna wartość: `+"${color:green}${number}${if:${number_displayed}?.: }"+` +* [[option_buflist.look.auto_scroll]] *buflist.look.auto_scroll* +** opis: pass:none[automatically scroll the buflist bar to always see the current buffer (this works only with a bar on the left/right position with a "vertical" filling); this value is the percent number of lines displayed before the current buffer when scrolling (-1 = disable scroll); for example 50 means that after a scroll, the current buffer is at the middle of bar, 0 means on top of bar, 100 means at bottom of bar] +** typ: liczba +** wartości: -1 .. 100 +** domyślna wartość: `+50+` + * [[option_buflist.look.display_conditions]] *buflist.look.display_conditions* ** opis: pass:none[warunki do wyświetlenia buforu (uwaga: zawartość jest przetwarzana, zobacz /help buflist); na przykład w celu ukrycia buforów serwerów, kiedy są połączone z głównym buforem: "${buffer.hidden}==0 && ((${type}!=server && ${buffer.full_name}!=core.weechat) || ${buffer.active}==1)"] ** typ: ciąg |