diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-22 09:05:10 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-22 09:05:10 +0200 |
commit | d26f00b391b2aab06d20d26dc53e75aa1f9c8021 (patch) | |
tree | 3b38626b4fbf5f8983859dc7ad77c68d3c0f3eeb /doc/pl | |
parent | b1da1cba4cf0e97eae903fa6743da91d400f502b (diff) | |
download | weechat-d26f00b391b2aab06d20d26dc53e75aa1f9c8021.zip |
doc: add question about size of input bar in FAQ
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/weechat_faq.pl.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/pl/weechat_faq.pl.txt b/doc/pl/weechat_faq.pl.txt index 5dbfce962..75c3b3ada 100644 --- a/doc/pl/weechat_faq.pl.txt +++ b/doc/pl/weechat_faq.pl.txt @@ -221,6 +221,28 @@ W celu ograniczenia długości nicków w oknie rozmowy: ---------------------------------------- +// TRANSLATION MISSING +[[input_bar_size]] +How to use command line with more than one line? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The option 'size' in input bar can be set to a value higher than 1 (for fixed +size, default size is 1) or 0 for dynamic size, and then option 'size_max' will +set the max size (0 = no limit). + +Example with dynamic size: + +---------------------------------------- +/set weechat.bar.input.size 0 +---------------------------------------- + +Max size of 2: + +---------------------------------------- +/set weechat.bar.input.size_max 2 +---------------------------------------- + + [[one_input_root_bar]] Czy jest możliwe wyświetlanie tylko jednego paska wejściowego dla wszystkich okien (po podzieleniu)? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |