summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-01-27 13:23:20 +0100
committerSébastien Helleu <flashcode@flashtux.org>2019-01-27 13:23:20 +0100
commitb955b19388f7ad01470cbaf6d9ab830b46599e24 (patch)
treeb97e4da85cd876a067da9b0a04c4b75945347798 /doc/it
parent7e547ee70bc86568e0216469c643831ac396b854 (diff)
downloadweechat-b955b19388f7ad01470cbaf6d9ab830b46599e24.zip
doc: add example with command "/input set_unread" in question about terminal focus (issue #1295)
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/weechat_faq.it.adoc7
1 files changed, 7 insertions, 0 deletions
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?