Skip to content

Commit 3a2fc86

Browse files
authored
Merge pull request #2214 from h-east/update-os_qnx
Update os_qnx.{txt,jax}
2 parents 0d1c7cf + 416a430 commit 3a2fc86

File tree

2 files changed

+22
-23
lines changed

2 files changed

+22
-23
lines changed

doc/os_qnx.jax

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*os_qnx.txt* For Vim バージョン 9.1. Last change: 2005 Mar 29
1+
*os_qnx.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
22

33

44
VIMリファレンスマニュアル by Julian Kinraid
@@ -34,14 +34,14 @@ Photon GUIをサポートする。その他の有/無効を指定できる機能
3434
Vimはコンパイル時にオプションが指定されれば、ptermでのマウスとクリップをサポー
3535
トしている。通常そのオプションは指定される。
3636

37-
マウスのサポートに関わるオプションには |'mouse'||'ttymouse'| がある。マウ
38-
スを使用時には、単純に左右のボタンのクリックとダブルクリックのみがサポートされ
39-
る。マウス使用中に<Shift>, <Ctrl>, <Alt>を押下状態にすると、ptermはマウスを自
40-
分で解釈してしまう。その結果、範囲選択が成されるが、これはVimが行うのそれとは
41-
本質的に異なったものである
37+
マウスのサポートに関わるオプションには 'mouse''ttymouse' がある。マウスを
38+
使用時には、単純に左右のボタンのクリックとダブルクリックのみがサポートされる。
39+
マウス使用中に<Shift>, <Ctrl>, <Alt>を押下状態にすると、ptermはマウスを自分で
40+
解釈してしまう。その結果、範囲選択が成されるが、これはVimが行うのそれとは本質
41+
的に異なったものである
4242

4343
マウス使用時には<Alt-RightMouse>でptermのメニューを開くことができる。vim側でマ
44-
ウスを無効にするには、オプション |'mouse'| を空に設定する: >
44+
ウスを無効にするには、オプション 'mouse' を空に設定する: >
4545
:set mouse=
4646
4747
@@ -53,16 +53,16 @@ GUIのVimを起動するには、gvimかvim -gを実行する。そうでなけ
5353
サポートされる機能:
5454
:browse コマンド |:browse|
5555
:confirm コマンド |:confirm|
56-
カーソルの点滅 |'guicursor'|
56+
カーソルの点滅 'guicursor'
5757
メニュー |:menu|
5858
ポップアップメニュー |popup-menu|
5959
メニューの優先順位 |menu-priority|
6060
ツールバー |gui-toolbar|
61-
|'toolbar'|
61+
'toolbar'
6262
フォント選択ダイアログ (:set guifont=*) |photon-fonts|
63-
マウスフォーカス |'mousefocus'|
64-
マウスカーソルを隠す |'mousehide'|
65-
マウスカーソルの形 |'mouseshape'|
63+
マウスフォーカス 'mousefocus'
64+
マウスカーソルを隠す 'mousehide'
65+
マウスカーソルの形 'mouseshape'
6666
クリップボード |gui-clipboard|
6767

6868
未完成の機能:

en/os_qnx.txt

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*os_qnx.txt* For Vim version 9.1. Last change: 2005 Mar 29
1+
*os_qnx.txt* For Vim version 9.1. Last change: 2025 Aug 06
22

33

44
VIM REFERENCE MANUAL by Julian Kinraid
@@ -34,11 +34,10 @@ features you can enable/disable.
3434
Vim has support for the mouse and clipboard in a pterm, if those options
3535
are compiled in, which they are normally.
3636

37-
The options that affect mouse support are |'mouse'| and |'ttymouse'|. When
38-
using the mouse, only simple left and right mouse clicking/dragging is
39-
supported. If you hold down shift, ctrl, or alt while using the mouse, pterm
40-
will handle the mouse itself. It will make a selection, separate from what
41-
vim's doing.
37+
The options that affect mouse support are 'mouse' and 'ttymouse'. When using
38+
the mouse, only simple left and right mouse clicking/dragging is supported.
39+
If you hold down shift, ctrl, or alt while using the mouse, pterm will handle
40+
the mouse itself. It will make a selection, separate from what vim's doing.
4241

4342
When the mouse is in use, you can press Alt-RightMouse to open the pterm menu.
4443
To turn the mouse off in vim, set the mouse option to nothing, set mouse=
@@ -52,16 +51,16 @@ the terminal version will run. For more info - |gui-x11-start|
5251
Supported features:
5352
:browse command |:browse|
5453
:confirm command |:confirm|
55-
Cursor blinking |'guicursor'|
54+
Cursor blinking 'guicursor'
5655
Menus, popup menus and menu priorities |:menu|
5756
|popup-menu|
5857
|menu-priority|
5958
Toolbar |gui-toolbar|
60-
|'toolbar'|
59+
'toolbar'
6160
Font selector (:set guifont=*) |photon-fonts|
62-
Mouse focus |'mousefocus'|
63-
Mouse hide |'mousehide'|
64-
Mouse cursor shapes |'mouseshape'|
61+
Mouse focus 'mousefocus'
62+
Mouse hide 'mousehide'
63+
Mouse cursor shapes 'mouseshape'
6564
Clipboard |gui-clipboard|
6665

6766
Unfinished features:

0 commit comments

Comments
 (0)