diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-15 15:10:54 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-15 15:10:54 +0100 |
commit | 4b7e90c679428a418ea8c0656b0fef59e3c2e3a7 (patch) | |
tree | ae8e163abb5d8d72fea6c5819d4b6f8e9727cbca /doc/ja/autogen/user | |
parent | 70ffe0a14f286c9d258def51b2da7d1999bc9f83 (diff) | |
download | weechat-4b7e90c679428a418ea8c0656b0fef59e3c2e3a7.zip |
core: add option weechat.look.tab_width
Diffstat (limited to 'doc/ja/autogen/user')
-rw-r--r-- | doc/ja/autogen/user/weechat_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/weechat_options.txt b/doc/ja/autogen/user/weechat_options.txt index 1860c6fb3..d6232b5ac 100644 --- a/doc/ja/autogen/user/weechat_options.txt +++ b/doc/ja/autogen/user/weechat_options.txt @@ -838,6 +838,11 @@ ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `""`) +* [[option_weechat.look.tab_width]] *weechat.look.tab_width* +** 説明: `number of spaces used to display tabs in messages` +** タイプ: 整数 +** 値: 1 .. 64 (デフォルト値: `1`) + * [[option_weechat.look.time_format]] *weechat.look.time_format* ** 説明: `文字列へ変換されてメッセージ中に表示される日付の時間フォーマット (日付/時間指定子は strftime の man を参照)` ** タイプ: 文字列 |