diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-11-09 17:07:02 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-11-09 17:07:02 +0100 |
commit | 90774b73d8d08e7aa2139250f333cd5cf88fecb2 (patch) | |
tree | d1d550c9ea483e65a83089889b6487cd4a07027a /doc/ja/autogen | |
parent | 18ff3064cf1f889ce050c2e18b5f827e4dd3de7f (diff) | |
download | weechat-90774b73d8d08e7aa2139250f333cd5cf88fecb2.zip |
core: rename option weechat.look.set_title to weechat.look.window_title (evaluated string)
Diffstat (limited to 'doc/ja/autogen')
-rw-r--r-- | doc/ja/autogen/user/weechat_options.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/ja/autogen/user/weechat_options.txt b/doc/ja/autogen/user/weechat_options.txt index 27e95ec93..a5c17a3ec 100644 --- a/doc/ja/autogen/user/weechat_options.txt +++ b/doc/ja/autogen/user/weechat_options.txt @@ -828,11 +828,6 @@ ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `""`) -* [[option_weechat.look.set_title]] *weechat.look.set_title* -** 説明: `名前とバージョンを含むウィンドウのタイトルを設定 (Curses GUI 用のターミナル)` -** タイプ: ブール -** 値: on, off (デフォルト値: `on`) - * [[option_weechat.look.time_format]] *weechat.look.time_format* ** 説明: `文字列へ変換されてメッセージ中に表示される日付の時間フォーマット (日付/時間指定子は strftime の man を参照)` ** タイプ: 文字列 @@ -848,6 +843,11 @@ ** タイプ: ブール ** 値: on, off (デフォルト値: `on`) +* [[option_weechat.look.window_title]] *weechat.look.window_title* +** 説明: `title for window (terminal for Curses GUI), set on startup; an empty string will keep title unchanged (note: content is evaluated, see /help eval)` +** タイプ: 文字列 +** 値: 未制約文字列 (デフォルト値: `"WeeChat ${info:version}"`) + * [[option_weechat.network.connection_timeout]] *weechat.network.connection_timeout* ** 説明: `リモートホストへの接続タイムアウト時間 (秒単位) (子プロセスが行う)` ** タイプ: 整数 |