File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- *term.txt* For Vim バージョン 9.0. Last change: 2023 Nov 04
1
+ *term.txt* For Vim バージョン 9.0. Last change: 2023 Nov 20
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -755,8 +755,9 @@ Windows Terminalの場合は、次のような使い方ができます: >
755
755
let &t_SI = "\e[5 q" " バー点滅
756
756
let &t_SR = "\e[3 q" " 下線点滅
757
757
let &t_EI = "\e[1 q" " ブロック点滅
758
- let &t_ti ..= "\e[1 q" " ブロック点滅
759
- let &t_te ..= "\e[0 q" " デフォルト (端末に依存するが、通常はブロック点滅)
758
+ let &t_ti ..= "\e[1 q" " ブロック点滅
759
+ let &t_te ..= "\e[0 q" " デフォルト (端末に依存するが、通常はブロック
760
+ " 点滅)
760
761
endif
761
762
762
763
{| +cursorshape | つきでコンパイルしたときのみ利用可能}
Original file line number Diff line number Diff line change 1
- *term.txt* For Vim version 9.0. Last change: 2023 Nov 04
1
+ *term.txt* For Vim version 9.0. Last change: 2023 Nov 20
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -757,8 +757,9 @@ For Windows Terminal you can use something like this: >
757
757
let &t_SI = "\e[5 q" " blink bar
758
758
let &t_SR = "\e[3 q" " blink underline
759
759
let &t_EI = "\e[1 q" " blink block
760
- let &t_ti ..= "\e[1 q" " blink block
761
- let &t_te ..= "\e[0 q" " default (depends on terminal, normally blink block)
760
+ let &t_ti ..= "\e[1 q" " blink block
761
+ let &t_te ..= "\e[0 q" " default (depends on terminal, normally blink
762
+ " block)
762
763
endif
763
764
764
765
{not available when compiled without the | +cursorshape | feature}
You can’t perform that action at this time.
0 commit comments