diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-06-28 20:58:00 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-06-28 20:58:00 +0200 |
commit | f9b6f359dd34197e1917fede36496a68e3c4c17a (patch) | |
tree | adba7266e4a19c9cfdf6963387a53cd8423b53a2 /doc/ja | |
parent | a9a1066e6319577287cbfeae95a9c496d2645ab2 (diff) | |
download | weechat-f9b6f359dd34197e1917fede36496a68e3c4c17a.zip |
doc: update chapter on colors in user's guide (issue #1343, issue #1345)
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_user.ja.adoc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index acba07cd4..f51599505 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -815,7 +815,7 @@ irc プラグインでは、<<option_irc.color.mirc_remap,irc.color.mirc_remap>> [[colors]] === 色 -WeeChat ではバーやチャットエリアにおけるテキスト表示に 256 個の色ペアを利用できます +WeeChat ではバーやチャットエリアにおけるテキスト表示に 32767 個の色ペアを利用できます (この機能を利用するには WeeChat が実行されている端末が 256 色表示に対応している必要があります)。 _TERM_ 環境変数の値によって、WeeChat @@ -824,12 +824,12 @@ _TERM_ 環境変数の値によって、WeeChat [width="50%",cols="8,>2,>2",options="header"] |=== | $TERM | 色 | ペア -| "rxvt-unicode", "xterm", ... | 88 | 256 -| "rxvt-256color", "xterm-256color", ... | 256 | 256 -| "screen" | 8 | 64 -| "screen-256color" | 256 | 256 -| "tmux" | 8 | 64 -| "tmux-256color" | 256 | 256 +| "rxvt-unicode", "xterm", ... | 88 | 32767 +| "rxvt-256color", "xterm-256color", ... | 256 | 32767 +| "screen" | 8 | 64 +| "screen-256color" | 256 | 32767 +| "tmux" | 8 | 64 +| "tmux-256color" | 256 | 32767 |=== `weechat --colors` を実行するか、`/color` コマンドを WeeChat |