Skip to content

Commit ea91eaf

Browse files
committed
Update term.{txt,jax}
1 parent fd9017a commit ea91eaf

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/term.jax

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*term.txt* For Vim バージョン 9.1. Last change: 2024 Jan 15
1+
*term.txt* For Vim バージョン 9.1. Last change: 2024 Feb 28
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -340,11 +340,11 @@ Note: 2023年現在、"1004" は Vim 自体では使用されておらず、代
340340

341341
*xterm-kitty* *kitty-terminal*
342342
Kitty 端末は特別なケースです。主な理由は、他のほとんどの端末とは動作が異なるか
343-
らですが、デフォルトで他の端末と同じように動作するようにするのではなく、Kitty
344-
を使用する際にアプリケーションがどのように動作する必要があるかを規定しているか
345-
らです。このため、Vim が Kitty 端末で動作するのは非常に困難です。いくつかの例
346-
外はハードコーディングされていますが、ある特定の端末のために例外を作らなければ
347-
ならないのは全く良いことではありません
343+
らですが、デフォルトで他の端末と同じように動作するように合わせるのではなく、
344+
Kitty を使用する際にアプリケーションがどのように動作する必要があるかを規定して
345+
いるからです。このため、Vim が Kitty 端末で動作するのは非常に困難です。いくつ
346+
かの例外はハードコーディングされていますが、ある特定の端末のために例外を作らな
347+
ければならないのは全く良いことではありません
348348

349349
問題の 1 つは、$TERM の値が "xterm-kitty" に設定されていることです。Vim の場
350350
合、これは端末が xterm 互換であることを示すもので、組み込みの xterm termcap エ

en/term.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*term.txt* For Vim version 9.1. Last change: 2024 Jan 15
1+
*term.txt* For Vim version 9.1. Last change: 2024 Feb 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -345,7 +345,7 @@ versions (and will then also end up in terminfo/termcap).
345345

346346
*xterm-kitty* *kitty-terminal*
347347
The Kitty terminal is a special case. Mainly because it works differently
348-
from most other terminals, but also because, instead of trying the fit in and
348+
from most other terminals, but also because, instead of trying to fit in and
349349
make it behave like other terminals by default, it dictates how applications
350350
need to work when using Kitty. This makes it very difficult for Vim to work
351351
in a Kitty terminal. Some exceptions have been hard coded, but it is not at

0 commit comments

Comments
 (0)