Skip to content

Commit 775ac3d

Browse files
committed
Update term.{txt,jax}
1 parent ded5f77 commit 775ac3d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

doc/term.jax

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*term.txt* For Vim バージョン 9.0. Last change: 2023 Nov 04
1+
*term.txt* For Vim バージョン 9.0. Last change: 2023 Nov 20
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -755,8 +755,9 @@ Windows Terminalの場合は、次のような使い方ができます: >
755755
let &t_SI = "\e[5 q" " バー点滅
756756
let &t_SR = "\e[3 q" " 下線点滅
757757
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+
" 点滅)
760761
endif
761762
762763
{|+cursorshape| つきでコンパイルしたときのみ利用可能}

en/term.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -757,8 +757,9 @@ For Windows Terminal you can use something like this: >
757757
let &t_SI = "\e[5 q" " blink bar
758758
let &t_SR = "\e[3 q" " blink underline
759759
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)
762763
endif
763764
764765
{not available when compiled without the |+cursorshape| feature}

0 commit comments

Comments
 (0)