Skip to content

Commit 372a585

Browse files
authored
Merge pull request #1507 from vim-jp/hh-update-term
Update term.{txt,jax}
2 parents 8aa40b2 + bb0208b commit 372a585

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

doc/term.jax

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*term.txt* For Vim バージョン 9.1. Last change: 2024 Feb 28
1+
*term.txt* For Vim バージョン 9.1. Last change: 2024 Apr 14
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -377,10 +377,10 @@ termcap コードに対応するオプションを設定することによって
377377
るオプション名の最後の2文字が等しくなっています。絶対に必要な termcap コードは
378378
カーソルを移動させる 't_cm' の1つだけです。
379379

380-
オプション 't_da', 't_db', 't_ms', 't_xs', 't_xn' は termcap におけるフラグに
381-
対応しています。termcap にこれらのフラグが存在すると、対応するオプションに "y"
382-
が設定されます。空でない文字列を設定するとオンになり、空文字列を設定するとオフ
383-
になります。't_CS' もこれと同様ですが、termcap フラグではありません。
380+
オプション 't_da', 't_db', 't_ms', 't_xs', 't_xn', 't_xo' は termcap における
381+
フラグに対応しています。termcap にこれらのフラグが存在すると、対応するオプショ
382+
ンに "y" が設定されます。空でない文字列を設定するとオンになり、空文字列を設定
383+
するとオフになります。't_CS' もこれと同様ですが、termcap フラグではありません。
384384

385385
出力コード *terminal-output-codes*
386386
option 意味 ~
@@ -436,6 +436,11 @@ termcap コードに対応するオプションを設定することによって
436436
*t_xn* *'t_xn'*
437437
t_xn 空ではない場合、画面の右端のセルに書いた文字はスクロールを
438438
発生させない
439+
*t_xo* *'t_xo'*
440+
t_xo 空でない場合、端末は xon/xoff ハンドシェイクを使用する。CTRL-S
441+
のマッピングは、(vt420 端末によって使用される) フロー制御に使
442+
用されるため、不可能になる。このフラグの設定は、Vim の起動時に
443+
のみ効果がある。
439444
t_ZH 斜体モード *t_ZH* *'t_ZH'*
440445
t_ZR 斜体終了 *t_ZR* *'t_ZR'*
441446

en/term.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*term.txt* For Vim version 9.1. Last change: 2024 Feb 28
1+
*term.txt* For Vim version 9.1. Last change: 2024 Apr 14
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -382,7 +382,7 @@ The options are listed below. The associated termcap code is always equal to
382382
the last two characters of the option name. Only one termcap code is
383383
required: Cursor motion, 't_cm'.
384384

385-
The options 't_da', 't_db', 't_ms', 't_xs', 't_xn' represent flags in the
385+
The options 't_da', 't_db', 't_ms', 't_xs', 't_xn', 't_xo' represent flags in the
386386
termcap. When the termcap flag is present, the option will be set to "y".
387387
But any non-empty string means that the flag is set. An empty string means
388388
that the flag is not set. 't_CS' works like this too, but it isn't a termcap
@@ -441,6 +441,11 @@ OUTPUT CODES *terminal-output-codes*
441441
*t_xn* *'t_xn'*
442442
t_xn if non-empty, writing a character at the last screen cell
443443
does not cause scrolling
444+
*t_xo* *'t_xo'*
445+
t_xo if non-empty, terminal uses xon/xoff handshaking, mapping
446+
CTRL-S will not be possible then, since it is used for flow
447+
control (used by vt420 terminal). Setting this flag has only
448+
an effect when starting Vim.
444449
t_ZH italics mode *t_ZH* *'t_ZH'*
445450
t_ZR italics end *t_ZR* *'t_ZR'*
446451

0 commit comments

Comments
 (0)