From d26f00b391b2aab06d20d26dc53e75aa1f9c8021 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 22 Aug 2012 09:05:10 +0200 Subject: doc: add question about size of input bar in FAQ --- doc/pl/weechat_faq.pl.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'doc/pl') 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)? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3