summaryrefslogtreecommitdiff
path: root/doc/de
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-02-23 10:03:30 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-02-23 10:03:30 +0100
commit1cd1877128cd7204aade67614d6e1cbc93b89ad8 (patch)
tree7a543b0593bd3929c1b082cc47869eb2de1b22c8 /doc/de
parent314f17c7f473fc8cfa0db34a4153dc644ee40605 (diff)
downloadweechat-1cd1877128cd7204aade67614d6e1cbc93b89ad8.zip
doc: add chapter about bare display in user's guide
Diffstat (limited to 'doc/de')
-rw-r--r--doc/de/weechat_user.de.txt82
1 files changed, 82 insertions, 0 deletions
diff --git a/doc/de/weechat_user.de.txt b/doc/de/weechat_user.de.txt
index 003f05f68..56fbdc5f0 100644
--- a/doc/de/weechat_user.de.txt
+++ b/doc/de/weechat_user.de.txt
@@ -870,6 +870,88 @@ Gleiche Bedingungen, aber die Nickliste wird im Buffer '&bitlbee' immer angezeig
/set weechat.bar.nicklist.conditions "${nicklist} && (${window.win_width} > 100 || ${buffer.full_name} == irc.bitlbee.&bitlbee)"
----
+// TRANSLATION MISSING
+[[bare_display]]
+=== Bare display
+
+A special display, called "bare display" can be used for easy click on long URLs
+and selection of text (using the mouse).
+
+The bare display has following features:
+
+* it displays only the content of current buffer: no window split neither bars
+ (no title, nicklist, status, input, ...)
+* the WeeChat mouse support is disabled (if it was enabled): you can use your
+ mouse like you do in the terminal to click on URLs and select text
+* ncurses is not used, therefore URLs are not cut at the end of lines.
+
+The default key to enabled bare display is key[alt-!], and same key to exit (or
+by default anything changing the input will exit the bare display, see option
+<<option_weechat.look.bare_display_exit_on_input,weechat.look.bare_display_exit_on_input>>).
+
+The time format can be customized with the option
+<<option_weechat.look.bare_display_time_format,weechat.look.bare_display_time_format>>.
+
+The bare display can be enabled for a specific delay using the command
+<<command_weechat_window,/window>>.
+
+If WeeChat looks like that:
+
+....
+┌───────────────────────────────────────────────────────────────────────────┐
+│Welcome to #test, this is a test channel │
+│12:52:27 --> | Flashy (flashcode@weechat.org) has joined #test │@Flashy│
+│12:52:27 -- | Nicks #test: [@Flashy @joe +weebot peter] │@joe │
+│12:52:27 -- | Channel #test: 4 nicks (2 ops, 1 voice, 1 normal) │+weebot│
+│12:52:27 -- | Channel created on Tue Jan 27 06:30:17 2009 │peter │
+│12:54:15 peter | hey! │ │
+│12:55:01 @joe | peter: hook_process: http://weechat.org/files/doc │ │
+│ | /devel/weechat_plugin_api.en.html#_weechat_hook_p │ │
+│ | rocess │ │
+│ │ │
+│ │ │
+│ │ │
+│ │ │
+│ │ │
+│ │ │
+│ │ │
+│ │ │
+│ │ │
+│[12:55] [6] [irc/freenode] 3:#test(+n){4}* [H: 4:#abc(2,5), 6] │
+│[@Flashy(i)] hi peter!█ │
+└───────────────────────────────────────────────────────────────────────────┘
+....
+
+The screen will look like that in bare display:
+
+....
+┌───────────────────────────────────────────────────────────────────────────┐
+│ │
+│ │
+│ │
+│ │
+│ │
+│ │
+│ │
+│ │
+│ │
+│ │
+│ │
+│ │
+│ │
+│12:52 --> Flashy (flashcode@weechat.org) has joined #test │
+│12:52 -- Nicks #test: [@Flashy @joe +weebot peter] │
+│12:52 -- Channel #test: 4 nicks (2 ops, 1 voice, 1 normal) │
+│12:52 -- Channel created on Tue Jan 27 06:30:17 2009 │
+│12:54 <peter> hey! │
+│12:55 <@joe> peter: hook_process: http://weechat.org/files/doc/devel/weecha│
+│t_plugin_api.en.html#_weechat_hook_process │
+└───────────────────────────────────────────────────────────────────────────┘
+....
+
+So you can click the URL from 'joe' without any problem in your terminal (of
+course this supposes that your terminal supports click on URLs).
+
[[notify_levels]]
=== Benachrichtigungsstufen