diff --git a/doc/term.jax b/doc/term.jax index e04cb68ee..092a53b40 100644 --- a/doc/term.jax +++ b/doc/term.jax @@ -1,4 +1,4 @@ -*term.txt* For Vim バージョン 8.1. Last change: 2019 Jan 19 +*term.txt* For Vim バージョン 8.1. Last change: 2019 Apr 11 VIMリファレンスマニュアル by Bram Moolenaar @@ -539,7 +539,7 @@ allow-window-pos にチェックが入っているはずです。 色についての Note: 't_Co' は利用できる色の数を示します。この値が 0 でなければ 't_AB' と 't_AF' の値を使って色を設定します。これらのうちどれかが存在しない場 合は 't_Sb' と 't_Sf' が使われます。色をデフォルトに戻すのには 't_me' が使われ -ます。 +ます。'termguicolors' も参照してください。 *termcap-cursor-shape* *termcap-cursor-color* Vimが挿入モードに入るときにはエスケープシーケンス 't_SI' が送られます。置換モ diff --git a/en/term.txt b/en/term.txt index 024b7a7cd..dc92418a6 100644 --- a/en/term.txt +++ b/en/term.txt @@ -1,4 +1,4 @@ -*term.txt* For Vim version 8.1. Last change: 2019 Jan 19 +*term.txt* For Vim version 8.1. Last change: 2019 Apr 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -539,7 +539,7 @@ there should be a tick at allow-window-ops. Note about colors: The 't_Co' option tells Vim the number of colors available. When it is non-zero, the 't_AB' and 't_AF' options are used to set the color. If one of these is not available, 't_Sb' and 't_Sf' are used. 't_me' is used -to reset to the default colors. +to reset to the default colors. Also see 'termguicolors'. *termcap-cursor-shape* *termcap-cursor-color* When Vim enters Insert mode the 't_SI' escape sequence is sent. When Vim