File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 33helpname: 'term'
44---
55< div id ='vimCodeElement '>
6- < a class ="Constant " href ="term.html " name ="term.txt "> term.txt</ a > For < span class ="Identifier "> Vim バージョン 9.1.</ span > Last change: 2024 Oct 05 < br >
6+ < a class ="Constant " href ="term.html " name ="term.txt "> term.txt</ a > For < span class ="Identifier "> Vim バージョン 9.1.</ span > Last change: 2024 Dec 31 < br >
77< br >
88< br >
99 < span class ="Identifier "> VIMリファレンスマニュアル by Bram Moolenaar</ span > < br >
689689< div class ="helpExample "> let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"< br >
690690 let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"</ div >
691691< br >
692- 端末によっては、セミコロンをすべてコロンに置き換えた同じシーケンスを受け付ける < br >
693- ものもあります (この方が実際には互換性が高いですが、あまり広くサポートされてい < br >
694- ません ):< br >
695- < div class ="helpExample "> let &t_8f = "\<Esc>[38:2:%lu:%lu:%lum"< br >
696- let &t_8b = "\<Esc>[48:2:%lu:%lu:%lum"</ div >
692+ 一部の端末では、セミコロンをコロンに置き換え、数字 2 の後にコロンを追加した同 < br >
693+ 様のシーケンスが受け入れられます (これは ISO 8613-6 標準に準拠していますが、あ < br >
694+ まり広くサポートされていません ):< br >
695+ < div class ="helpExample "> let &t_8f = "\<Esc>[38:2:: %lu:%lu:%lum"< br >
696+ let &t_8b = "\<Esc>[48:2:: %lu:%lu:%lum"</ div >
697697< br >
698698これらのオプションは printf 用の文字列を含んでおり、< a class ="Identifier " href ="builtin.html#printf() "> printf()</ a > (実際には < a class ="Comment " href ="motion.html#l "> l</ a > < br >
699699modifier ゆえに C 言語のものと同等) により t_ オプションの値と、赤、青、緑を表< br >
You can’t perform that action at this time.
0 commit comments