diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-01-27 13:23:20 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-01-27 13:23:20 +0100 |
commit | b955b19388f7ad01470cbaf6d9ab830b46599e24 (patch) | |
tree | b97e4da85cd876a067da9b0a04c4b75945347798 /doc/de | |
parent | 7e547ee70bc86568e0216469c643831ac396b854 (diff) | |
download | weechat-b955b19388f7ad01470cbaf6d9ab830b46599e24.zip |
doc: add example with command "/input set_unread" in question about terminal focus (issue #1295)
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/weechat_faq.de.adoc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/de/weechat_faq.de.adoc b/doc/de/weechat_faq.de.adoc index 5a059cce5..efb666df3 100644 --- a/doc/de/weechat_faq.de.adoc +++ b/doc/de/weechat_faq.de.adoc @@ -484,6 +484,13 @@ Zusätzlich sollten noch zwei Tastenbefehle eingebunden werden (der Befehl /key bind meta2-O /print -core unfocus ---- +// TRANSLATION MISSING +For example to mark buffers as read when the terminal loses the focus: + +---- +/key bind meta2-O /input set_unread +---- + [[screen_paste]] === Wird WeeChat in screen ausgeführt, kommt es vor das dem eingefügten Text in einem anderen screen Fenster ~0 und ~1 hinzugefügt wird, weshalb? |