diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-20 19:27:51 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-20 19:27:51 +0200 |
commit | f7f019887d8e7552a499470fa6969273ad12a845 (patch) | |
tree | 1e7f8797ffb6def8439669a7f6392caaf78c1bde /doc/ja/autogen/user/aspell_options.txt | |
parent | 87e342dd9e714ec1200b1a8c4a7e5e58ffe1b2e6 (diff) | |
download | weechat-f7f019887d8e7552a499470fa6969273ad12a845.zip |
aspell: rename option aspell.look.color to aspell.color.misspelled, add option aspell.color.suggestions
Diffstat (limited to 'doc/ja/autogen/user/aspell_options.txt')
-rw-r--r-- | doc/ja/autogen/user/aspell_options.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/ja/autogen/user/aspell_options.txt b/doc/ja/autogen/user/aspell_options.txt index aa1404759..7ee69a792 100644 --- a/doc/ja/autogen/user/aspell_options.txt +++ b/doc/ja/autogen/user/aspell_options.txt @@ -33,8 +33,13 @@ ** タイプ: 整数 ** 値: 0 .. 2147483647 (デフォルト値: `2`) -* [[option_aspell.look.color]] *aspell.look.color* -** 説明: `スペルミスのある単語に付ける色` +* [[option_aspell.color.misspelled]] *aspell.color.misspelled* +** 説明: `text color for misspelled words (input bar)` ** タイプ: 色 ** 値: WeeChat の色名 (default、black、(dark)gray、white、(light)red、(light)green、brown、yellow、(light)blue、(light)magenta、(light)cyan) 、ターミナル色番号またはその別名; 色の前に属性を置くことができます (テキスト前景色のみ、背景色は出来ません): 太字は "*"、反転は "!"、下線は "_"。 (デフォルト値: `lightred`) +* [[option_aspell.color.suggestions]] *aspell.color.suggestions* +** 説明: `text color for suggestions on a misspelled word (status bar)` +** タイプ: 色 +** 値: WeeChat の色名 (default、black、(dark)gray、white、(light)red、(light)green、brown、yellow、(light)blue、(light)magenta、(light)cyan) 、ターミナル色番号またはその別名; 色の前に属性を置くことができます (テキスト前景色のみ、背景色は出来ません): 太字は "*"、反転は "!"、下線は "_"。 (デフォルト値: `default`) + |