diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-07-04 09:51:14 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-07-04 13:27:33 +0200 |
commit | 0355f3fc1a6b8ab5ebda60ef619a94d9f113a472 (patch) | |
tree | f957d41d64eeda83d99800f4d709f46ae3cfb820 /doc/en/includes/autogen_user_options.en.adoc | |
parent | 09d871deb46eb558ae4acad4953ae4c0c869b53f (diff) | |
download | weechat-0355f3fc1a6b8ab5ebda60ef619a94d9f113a472.zip |
doc: add chapter on typing extension in user's guide
Diffstat (limited to 'doc/en/includes/autogen_user_options.en.adoc')
-rw-r--r-- | doc/en/includes/autogen_user_options.en.adoc | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/en/includes/autogen_user_options.en.adoc b/doc/en/includes/autogen_user_options.en.adoc index 7f1a514df..44595721d 100644 --- a/doc/en/includes/autogen_user_options.en.adoc +++ b/doc/en/includes/autogen_user_options.en.adoc @@ -1845,6 +1845,38 @@ ** default value: `+"${weechat_runtime_dir}/weechat_fifo_${info:pid}"+` // end::fifo_options[] +// tag::typing_options[] +* [[option_typing.look.delay_purge_paused]] *typing.look.delay_purge_paused* +** description: pass:none[number of seconds after paused status has been set: if reached, the typing status is removed] +** type: integer +** values: 1 .. 3600 +** default value: `+30+` + +* [[option_typing.look.delay_purge_typing]] *typing.look.delay_purge_typing* +** description: pass:none[number of seconds after typing status has been set: if reached, the typing status is removed] +** type: integer +** values: 1 .. 3600 +** default value: `+6+` + +* [[option_typing.look.delay_set_paused]] *typing.look.delay_set_paused* +** description: pass:none[number of seconds after typing last char: if reached, the typing status becomes "paused" and no more typing signals are sent] +** type: integer +** values: 1 .. 3600 +** default value: `+10+` + +* [[option_typing.look.enabled_nicks]] *typing.look.enabled_nicks* +** description: pass:none[typing enabled for other nicks (display typing info for nicks typing in the current buffer)] +** type: boolean +** values: on, off +** default value: `+off+` + +* [[option_typing.look.enabled_self]] *typing.look.enabled_self* +** description: pass:none[typing enabled for self messages (send typing info to other users)] +** type: boolean +** values: on, off +** default value: `+off+` +// end::typing_options[] + // tag::xfer_options[] * [[option_xfer.color.status_aborted]] *xfer.color.status_aborted* ** description: pass:none[text color for "aborted" status] @@ -2520,6 +2552,18 @@ ** values: on, off ** default value: `+off+` +* [[option_irc.look.typing_status_nicks]] *irc.look.typing_status_nicks* +** description: pass:none[display nicks typing on the channel in bar item "typing" (option typing.look.enabled must be enabled and capability "message-tags" must be enabled on the server)] +** type: boolean +** values: on, off +** default value: `+off+` + +* [[option_irc.look.typing_status_self]] *irc.look.typing_status_self* +** description: pass:none[send self typing status to channels so that other users see when you are typing a message (option typing.look.enabled must be enabled and capability "message-tags" must be enabled on the server)] +** type: boolean +** values: on, off +** default value: `+off+` + * [[option_irc.network.autoreconnect_delay_growing]] *irc.network.autoreconnect_delay_growing* ** description: pass:none[growing factor for autoreconnect delay to server (1 = always same delay, 2 = delay*2 for each retry, etc.)] ** type: integer |