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/en/autogen/user | |
parent | 70ffe0a14f286c9d258def51b2da7d1999bc9f83 (diff) | |
download | weechat-4b7e90c679428a418ea8c0656b0fef59e3c2e3a7.zip |
core: add option weechat.look.tab_width
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index df22664d3..0187fd689 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -838,6 +838,11 @@ ** type: string ** values: any string (default value: `""`) +* [[option_weechat.look.tab_width]] *weechat.look.tab_width* +** description: `number of spaces used to display tabs in messages` +** type: integer +** values: 1 .. 64 (default value: `1`) + * [[option_weechat.look.time_format]] *weechat.look.time_format* ** description: `time format for dates converted to strings and displayed in messages (see man strftime for date/time specifiers)` ** type: string |