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 | |
parent | 7e547ee70bc86568e0216469c643831ac396b854 (diff) | |
download | weechat-b955b19388f7ad01470cbaf6d9ab830b46599e24.zip |
doc: add example with command "/input set_unread" in question about terminal focus (issue #1295)
-rw-r--r-- | doc/de/weechat_faq.de.adoc | 7 | ||||
-rw-r--r-- | doc/en/weechat_faq.en.adoc | 6 | ||||
-rw-r--r-- | doc/fr/weechat_faq.fr.adoc | 6 | ||||
-rw-r--r-- | doc/it/weechat_faq.it.adoc | 7 | ||||
-rw-r--r-- | doc/ja/weechat_faq.ja.adoc | 7 | ||||
-rw-r--r-- | doc/pl/weechat_faq.pl.adoc | 7 |
6 files changed, 40 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? diff --git a/doc/en/weechat_faq.en.adoc b/doc/en/weechat_faq.en.adoc index fc52a5693..4a392dcd1 100644 --- a/doc/en/weechat_faq.en.adoc +++ b/doc/en/weechat_faq.en.adoc @@ -464,6 +464,12 @@ commands of your choice): /key bind meta2-O /print -core unfocus ---- +For example to mark buffers as read when the terminal loses the focus: + +---- +/key bind meta2-O /input set_unread +---- + [[screen_paste]] === When WeeChat is running in screen, pasting text in another screen window adds ~0 and ~1 around text, why? diff --git a/doc/fr/weechat_faq.fr.adoc b/doc/fr/weechat_faq.fr.adoc index 687dd2d7d..047204d68 100644 --- a/doc/fr/weechat_faq.fr.adoc +++ b/doc/fr/weechat_faq.fr.adoc @@ -483,6 +483,12 @@ les commandes de votre choix) : /key bind meta2-O /print -core unfocus ---- +Par exemple pour marquer les tampons comme lus lorsque le terminal perd le focus : + +---- +/key bind meta2-O /input set_unread +---- + [[screen_paste]] === Lorsque WeeChat tourne sous screen, le collage de texte dans une autre fenêtre screen ajoute ~0 et ~1 autour du texte, pourquoi ? diff --git a/doc/it/weechat_faq.it.adoc b/doc/it/weechat_faq.it.adoc index e837d27e2..707a96e08 100644 --- a/doc/it/weechat_faq.it.adoc +++ b/doc/it/weechat_faq.it.adoc @@ -512,6 +512,13 @@ commands of your choice): ---- // TRANSLATION MISSING +For example to mark buffers as read when the terminal loses the focus: + +---- +/key bind meta2-O /input set_unread +---- + +// TRANSLATION MISSING [[screen_paste]] === When WeeChat is running in screen, pasting text in another screen window adds ~0 and ~1 around text, why? diff --git a/doc/ja/weechat_faq.ja.adoc b/doc/ja/weechat_faq.ja.adoc index 4f81c6e8c..4cb600662 100644 --- a/doc/ja/weechat_faq.ja.adoc +++ b/doc/ja/weechat_faq.ja.adoc @@ -458,6 +458,13 @@ WeeChat の開始時にコードを送信するには: /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]] === WeeChat を screen の内部で実行している場合、別の screen ウィンドウ内にペーストされるテキストの周りに ~0 と ~1 が追加されます。なぜでしょうか。 diff --git a/doc/pl/weechat_faq.pl.adoc b/doc/pl/weechat_faq.pl.adoc index 058538b86..5f682ed5a 100644 --- a/doc/pl/weechat_faq.pl.adoc +++ b/doc/pl/weechat_faq.pl.adoc @@ -472,6 +472,13 @@ Następnie przypisz dwie kombinacje klawiszy dla stanu aktywności (zamień kome /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]] === Kiedy WeeChat działa pod screenem, tekst wklejany do innego okna screena ma dodane ~0 i ~1 dookoła, dlaczego? |