Skip to content

Commit cffaf18

Browse files
committed
doc of v13.3
1 parent bf49e9c commit cffaf18

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,15 @@ You can use it to control the display of the terminal, such as text colour, back
117117
The first character of the command where the cursor was when the tab was pressed (starting value 0)
118118
- `Reference2`
119119
The first consecutive times the user pressed tab (starting value 0)
120+
- `Reference3`
121+
The first character of the command in this series of tab complements where the cursor was when the tab was first pressed (starting value 0)
120122
- Return value
121123
- `X-SSTP-PassThru-Command` (optional)
122124
Replace the command with this content
123125
- `X-SSTP-PassThru-InsertIndex` (optional)
124126
Move the cursor to this position (or leave it unchanged if not provided)
127+
- `X-SSTP-PassThru-OldInsertIndex` (optional)
128+
Update the subsequent `Reference3` to this content, valid until the end of the series of tab completions (or leave it unchanged if not provided)
125129
- `ShioriEcho.CommandUpdate`
126130
Event when command is updated
127131
- `Reference0`

README_CN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,15 @@ ghost_terminal通过`X-SSTP-PassThru-*`进行与人格间的信息沟通(见[
113113
按下tab时光标所在命令的第几个字符(起始值0)
114114
- `Reference2`
115115
用户连续第几次按下tab(起始值0)
116+
- `Reference3`
117+
这一系列tab补全中初次按下tab时光标所在命令的第几个字符(起始值0)
116118
- 返值
117119
- `X-SSTP-PassThru-Command`(可选)
118120
将命令替换为此内容
119121
- `X-SSTP-PassThru-InsertIndex`(可选)
120122
将光标移动到此位置(若不提供则保持不变)
123+
- `X-SSTP-PassThru-OldInsertIndex`(可选)
124+
将后续的`Reference3`更新为此内容,有效性直到这一系列的tab补全结束(若不提供则保持不变)
121125
- `ShioriEcho.CommandUpdate`
122126
命令更新时事件
123127
- `Reference0`

README_JP.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,15 @@ ghost_terminalの出力は、プレーンテキストではなく、仮想端末
115115
タブを押したときにカーソルがあったコマンドの最初の文字(開始値0)。
116116
- `Reference2`
117117
ユーザーが最初に連続してタブを押した回数(開始値0)
118+
- `Reference3`
119+
この一連のタブ補完の中で、最初にタブを押したときにカーソルがあったコマンドの最初の文字(開始値0)。
118120
- 戻り値
119121
- `X-SSTP-PassThru-Command` (オプション)
120122
コマンドをこの内容で置き換える
121123
- `X-SSTP-PassThru-InsertIndex` (オプション)
122124
カーソルをこの位置に移動させる(提供されない場合は変更しない)
125+
- `X-SSTP-PassThru-OldInsertIndex`(オプション)
126+
後続の `Reference3` をこの内容に更新し、この一連のタブコンプリートが終了するまで有効とする(提供されない場合は変更しない)
123127
- `ShioriEcho.CommandUpdate`
124128
コマンド更新時のイベント
125129
- `Reference0`

0 commit comments

Comments
 (0)