summaryrefslogtreecommitdiff
path: root/doc/pl/weechat_faq.pl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pl/weechat_faq.pl.txt')
-rw-r--r--doc/pl/weechat_faq.pl.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/pl/weechat_faq.pl.txt b/doc/pl/weechat_faq.pl.txt
index 85be85918..5c9af4ef0 100644
--- a/doc/pl/weechat_faq.pl.txt
+++ b/doc/pl/weechat_faq.pl.txt
@@ -170,6 +170,30 @@ Każde okno wyświetla jeden bufor. Bufor może być ukryty (nie wyświetlany pr
okno) lub wyświetlany w jednym lub więcej oknach.
+// TRANSLATION MISSING
+[[one_input_root_bar]]
+Is it possible to display only one input bar for all windows (after split)?
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Yes, you will have to create a bar with type "root" (with an item to know in
+which window you are), then delete current input bar.
+
+For example:
+
+----------------------------------------
+/bar add rootinput root bottom 1 0 [buffer_name]+[input_prompt]+(away),[input_search],[input_paste],input_text
+/bar del input
+----------------------------------------
+
+If ever you are not satisfied with that, just delete new bar, WeeChat will
+automatically create default bar "input" if item "input_text" is not used in
+any bar:
+
+----------------------------------------
+/bar del rootinput
+----------------------------------------
+
+
[[terminal_copy_paste]]
Jak mogę kopiować/wklejać tekst bez wklejania listy nicków?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~