Skip to content

Update os_qnx.{txt,jax} #2214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions doc/os_qnx.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*os_qnx.txt* For Vim バージョン 9.1. Last change: 2005 Mar 29
*os_qnx.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06


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

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

マウス使用時には<Alt-RightMouse>でptermのメニューを開くことができる。vim側でマ
ウスを無効にするには、オプション |'mouse'| を空に設定する: >
ウスを無効にするには、オプション 'mouse' を空に設定する: >
:set mouse=


Expand All @@ -53,16 +53,16 @@ GUIのVimを起動するには、gvimかvim -gを実行する。そうでなけ
サポートされる機能:
:browse コマンド |:browse|
:confirm コマンド |:confirm|
カーソルの点滅 |'guicursor'|
カーソルの点滅 'guicursor'
メニュー |:menu|
ポップアップメニュー |popup-menu|
メニューの優先順位 |menu-priority|
ツールバー |gui-toolbar|
|'toolbar'|
'toolbar'
フォント選択ダイアログ (:set guifont=*) |photon-fonts|
マウスフォーカス |'mousefocus'|
マウスカーソルを隠す |'mousehide'|
マウスカーソルの形 |'mouseshape'|
マウスフォーカス 'mousefocus'
マウスカーソルを隠す 'mousehide'
マウスカーソルの形 'mouseshape'
クリップボード |gui-clipboard|

未完成の機能:
Expand Down
21 changes: 10 additions & 11 deletions en/os_qnx.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*os_qnx.txt* For Vim version 9.1. Last change: 2005 Mar 29
*os_qnx.txt* For Vim version 9.1. Last change: 2025 Aug 06


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

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

When the mouse is in use, you can press Alt-RightMouse to open the pterm menu.
To turn the mouse off in vim, set the mouse option to nothing, set mouse=
Expand All @@ -52,16 +51,16 @@ the terminal version will run. For more info - |gui-x11-start|
Supported features:
:browse command |:browse|
:confirm command |:confirm|
Cursor blinking |'guicursor'|
Cursor blinking 'guicursor'
Menus, popup menus and menu priorities |:menu|
|popup-menu|
|menu-priority|
Toolbar |gui-toolbar|
|'toolbar'|
'toolbar'
Font selector (:set guifont=*) |photon-fonts|
Mouse focus |'mousefocus'|
Mouse hide |'mousehide'|
Mouse cursor shapes |'mouseshape'|
Mouse focus 'mousefocus'
Mouse hide 'mousehide'
Mouse cursor shapes 'mouseshape'
Clipboard |gui-clipboard|

Unfinished features:
Expand Down