summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-02-25 19:13:41 +0100
committerSebastien Helleu <flashcode@flashtux.org>2011-02-25 19:13:41 +0100
commit3b38b7d433f861446b6475adb41e17acfc9d1897 (patch)
treebfb6e5edbd7e0e7042870911fde02111a9034eef /doc/it
parentfe6a7ae753029f75ce07764bc8773065566f173a (diff)
downloadweechat-3b38b7d433f861446b6475adb41e17acfc9d1897.zip
Add question in FAQ about one root bar for input
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/weechat_faq.it.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/it/weechat_faq.it.txt b/doc/it/weechat_faq.it.txt
index a405a3dbb..3a16f909c 100644
--- a/doc/it/weechat_faq.it.txt
+++ b/doc/it/weechat_faq.it.txt
@@ -173,6 +173,30 @@ Ogni finestra visualizza un buffer. Un buffer può essere nascosto (non visualiz
da una finestra) o visualizzato da una o più finestre.
+// 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]]
Come posso copiare/incollare testo senza incollare la lista nick?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~