summaryrefslogtreecommitdiff
path: root/doc/de
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-08-22 09:05:10 +0200
committerSebastien Helleu <flashcode@flashtux.org>2012-08-22 09:05:10 +0200
commitd26f00b391b2aab06d20d26dc53e75aa1f9c8021 (patch)
tree3b38626b4fbf5f8983859dc7ad77c68d3c0f3eeb /doc/de
parentb1da1cba4cf0e97eae903fa6743da91d400f502b (diff)
downloadweechat-d26f00b391b2aab06d20d26dc53e75aa1f9c8021.zip
doc: add question about size of input bar in FAQ
Diffstat (limited to 'doc/de')
-rw-r--r--doc/de/weechat_faq.de.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/de/weechat_faq.de.txt b/doc/de/weechat_faq.de.txt
index cead2daaf..39eb92a7c 100644
--- a/doc/de/weechat_faq.de.txt
+++ b/doc/de/weechat_faq.de.txt
@@ -228,6 +228,28 @@ um die Ausrichtung für Nicks zu entfernen:
----------------------------------------
+// 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]]
Ist es möglich nur eine Eingabezeile für alle Fenster zu nutzen (auch falls diese geteilt sind)?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~