summaryrefslogtreecommitdiff
path: root/doc/ja/includes/autogen_user_options.ja.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ja/includes/autogen_user_options.ja.adoc')
-rw-r--r--doc/ja/includes/autogen_user_options.ja.adoc16
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/ja/includes/autogen_user_options.ja.adoc b/doc/ja/includes/autogen_user_options.ja.adoc
index 44ad2f5ff..633e10e60 100644
--- a/doc/ja/includes/autogen_user_options.ja.adoc
+++ b/doc/ja/includes/autogen_user_options.ja.adoc
@@ -1849,19 +1849,19 @@
* [[option_typing.look.delay_purge_paused]] *typing.look.delay_purge_paused*
** 説明: pass:none[number of seconds after paused status has been set: if reached, the typing status is removed]
** タイプ: 整数
-** 値: 1 .. 3600
+** 値: 1 .. 2147483647
** デフォルト値: `+30+`
* [[option_typing.look.delay_purge_typing]] *typing.look.delay_purge_typing*
** 説明: pass:none[number of seconds after typing status has been set: if reached, the typing status is removed]
** タイプ: 整数
-** 値: 1 .. 3600
+** 値: 1 .. 2147483647
** デフォルト値: `+6+`
* [[option_typing.look.delay_set_paused]] *typing.look.delay_set_paused*
** 説明: pass:none[number of seconds after typing last char: if reached, the typing status becomes "paused" and no more typing signals are sent]
** タイプ: 整数
-** 値: 1 .. 3600
+** 値: 1 .. 2147483647
** デフォルト値: `+10+`
* [[option_typing.look.enabled_nicks]] *typing.look.enabled_nicks*
@@ -1875,6 +1875,12 @@
** タイプ: ブール
** 値: on, off
** デフォルト値: `+off+`
+
+* [[option_typing.look.item_max_length]] *typing.look.item_max_length*
+** 説明: pass:none[max number of chars displayed in the bar item "typing" (0 = do not truncate content)]
+** タイプ: 整数
+** 値: 0 .. 2147483647
+** デフォルト値: `+0+`
// end::typing_options[]
// tag::xfer_options[]
@@ -2553,13 +2559,13 @@
** デフォルト値: `+off+`
* [[option_irc.look.typing_status_nicks]] *irc.look.typing_status_nicks*
-** 説明: 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)]
+** 説明: pass:none[display nicks typing on the channel in bar item "typing" (option typing.look.enabled_nicks must be enabled and capability "message-tags" must be enabled on the server)]
** タイプ: ブール
** 値: on, off
** デフォルト値: `+off+`
* [[option_irc.look.typing_status_self]] *irc.look.typing_status_self*
-** 説明: 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)]
+** 説明: pass:none[send self typing status to channels so that other users see when you are typing a message (option typing.look.enabled_self must be enabled and capability "message-tags" must be enabled on the server)]
** タイプ: ブール
** 値: on, off
** デフォルト値: `+off+`