diff options
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/plugin_api/hdata.asciidoc | 2 | ||||
-rw-r--r-- | doc/en/autogen/user/irc_options.asciidoc | 5 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_commands.asciidoc | 10 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_options.asciidoc | 5 |
4 files changed, 17 insertions, 5 deletions
diff --git a/doc/en/autogen/plugin_api/hdata.asciidoc b/doc/en/autogen/plugin_api/hdata.asciidoc index f02e4b913..d33d0ecf4 100644 --- a/doc/en/autogen/plugin_api/hdata.asciidoc +++ b/doc/en/autogen/plugin_api/hdata.asciidoc @@ -200,6 +200,7 @@ *** 'away_message' (string) *** 'away_time' (time) *** 'lag' (integer) +*** 'lag_displayed' (integer) *** 'lag_check_time' (other) *** 'lag_next_check' (time) *** 'lag_last_refresh' (time) @@ -942,6 +943,7 @@ *** 'scrolling' (integer) *** 'start_col' (integer) *** 'lines_after' (integer) +*** 'text_search_start_line' (pointer, hdata: "line") *** 'prev_scroll' (pointer, hdata: "window_scroll") *** 'next_scroll' (pointer, hdata: "window_scroll") * 'window_tree': tree of windows diff --git a/doc/en/autogen/user/irc_options.asciidoc b/doc/en/autogen/user/irc_options.asciidoc index 94893a3f0..b175c8bc7 100644 --- a/doc/en/autogen/user/irc_options.asciidoc +++ b/doc/en/autogen/user/irc_options.asciidoc @@ -62,6 +62,11 @@ ** type: color ** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline (default value: `default`) +* [[option_irc.color.topic_current]] *irc.color.topic_current* +** description: `color for current channel topic (when joining a channel or using /topic)` +** type: color +** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline (default value: `default`) + * [[option_irc.color.topic_new]] *irc.color.topic_new* ** description: `color for new channel topic (when topic is changed)` ** type: color diff --git a/doc/en/autogen/user/weechat_commands.asciidoc b/doc/en/autogen/user/weechat_commands.asciidoc index 90df54cf2..ff48499dc 100644 --- a/doc/en/autogen/user/weechat_commands.asciidoc +++ b/doc/en/autogen/user/weechat_commands.asciidoc @@ -418,12 +418,14 @@ list of actions: return: simulate key "enter" complete_next: complete word with next completion complete_previous: complete word with previous completion + search_text_here: search text in buffer at current position search_text: search text in buffer search_switch_case: switch exact case for search search_switch_regex: switch search type: string/regular expression search_switch_where: switch search in messages/prefixes search_previous: search previous line search_next: search next line + search_stop_here: stop search at current position search_stop: stop search delete_previous_char: delete previous char delete_next_char: delete next char @@ -762,12 +764,10 @@ When a passphrase is used (data encrypted), it is asked by WeeChat on startup. It is possible to set environment variable "WEECHAT_PASSPHRASE" to prevent the prompt (this same variable is used by WeeChat on /upgrade). Secured data with format ${sec.data.xxx} can be used in: + - command /eval - command line argument "--run-command" - options weechat.startup.command_{before|after}_plugins - - proxy options: username, password - - irc server options: autojoin, command, password, sasl_{username|password}, username, realname - - option relay.network.password - - command /eval. + - other options that may contain a password or sensitive data (for example proxy, irc server and relay); see /help on the options to check if they are evaluated. Examples: set a passphrase: @@ -933,7 +933,7 @@ Examples: scroll_horiz [-window <number>] [+/-]<value>[%] scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window <number>] swap [-window <number>] [up|down|left|right] - zoom[-window <number>] + zoom [-window <number>] bare [<delay>] list: list opened windows (without argument, this list is displayed) diff --git a/doc/en/autogen/user/weechat_options.asciidoc b/doc/en/autogen/user/weechat_options.asciidoc index d889cd0cc..0a9abdbad 100644 --- a/doc/en/autogen/user/weechat_options.asciidoc +++ b/doc/en/autogen/user/weechat_options.asciidoc @@ -717,6 +717,11 @@ ** type: boolean ** values: on, off (default value: `on`) +* [[option_weechat.look.key_grab_delay]] *weechat.look.key_grab_delay* +** description: `default delay (in milliseconds) to grab a key (using default key alt-k); this delay can be overridden in the /input command (see /help input)` +** type: integer +** values: 1 .. 10000 (default value: `800`) + * [[option_weechat.look.mouse]] *weechat.look.mouse* ** description: `enable mouse support` ** type: boolean |