diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-07-04 14:02:15 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-07-04 14:02:15 +0200 |
commit | 64b52da4064dffb4de83a8f95c43f6ee4eca9cf7 (patch) | |
tree | 3fe8d9b49bd74d97b6ce038b8f0d17f24539151a /doc/ja | |
parent | 5ae4af1549b9ec3c160b7d5d1118b3aa38d8e03d (diff) | |
download | weechat-64b52da4064dffb4de83a8f95c43f6ee4eca9cf7.zip |
typing: add option typing.look.input_min_chars
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/includes/autogen_user_options.ja.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ja/includes/autogen_user_options.ja.adoc b/doc/ja/includes/autogen_user_options.ja.adoc index 633e10e60..d055e3cd4 100644 --- a/doc/ja/includes/autogen_user_options.ja.adoc +++ b/doc/ja/includes/autogen_user_options.ja.adoc @@ -1876,6 +1876,12 @@ ** 値: on, off ** デフォルト値: `+off+` +* [[option_typing.look.input_min_chars]] *typing.look.input_min_chars* +** 説明: pass:none[min number of chars in message to trigger send of typing signals] +** タイプ: 整数 +** 値: 1 .. 2147483647 +** デフォルト値: `+4+` + * [[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)] ** タイプ: 整数 |