File tree Expand file tree Collapse file tree 8 files changed +852
-771
lines changed Expand file tree Collapse file tree 8 files changed +852
-771
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Easy to use for ghost development
17
17
## Command line arguments
18
18
19
19
``` text
20
- ghost terminal v13.8
20
+ ghost terminal v13.9
21
21
22
22
ghost_terminal [options]
23
23
options:
@@ -202,10 +202,12 @@ The rest of the events should only be defined if you want to change the default
202
202
- Return value
203
203
- ` X-SSTP-PassThru-Command ` (optional)
204
204
Replace the command with this content
205
- - ` ShioriEcho.CommandHistory.NextIndex `
205
+ - ` ShioriEcho.CommandHistory.ForwardIndex `
206
206
Event when the index is updated when the user presses ` ↑ `
207
207
- ` Reference0 `
208
208
Index of the history command (in reverse order, starting value 0)
209
+ - ` Reference1 `
210
+ num of the value by which ` index ` is expected to increase
209
211
- Return value
210
212
- ` X-SSTP-PassThru-Index ` (optional)
211
213
Update the index to this value
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ up/down切换命令,鼠标右键快速粘贴,支持tab补全(如果人格
13
13
## 命令行参数
14
14
15
15
``` text
16
- ghost terminal v13.8
16
+ ghost terminal v13.9
17
17
18
18
ghost_terminal [options]
19
19
选项:
@@ -198,10 +198,12 @@ ghost_terminal通过`X-SSTP-PassThru-*`进行与人格间的信息沟通(见[
198
198
- 返值
199
199
- ` X-SSTP-PassThru-Command ` (可选)
200
200
将命令替换为此内容
201
- - ` ShioriEcho.CommandHistory.NextIndex `
201
+ - ` ShioriEcho.CommandHistory.ForwardIndex `
202
202
用户按压` ↑ ` 时更新索引时事件
203
203
- ` Reference0 `
204
204
历史命令的索引(倒序,起始值0)
205
+ - ` Reference1 `
206
+ ` index ` 被期望增加的值
205
207
- 返值
206
208
- ` X-SSTP-PassThru-Index ` (可选)
207
209
将索引更新为此数值
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Easy to use for ghost development
13
13
## Command line arguments
14
14
15
15
``` text
16
- ghost terminal v13.8
16
+ ghost terminal v13.9
17
17
18
18
ghost_terminal [options]
19
19
options:
@@ -198,10 +198,12 @@ The rest of the events should only be defined if you want to change the default
198
198
- Return value
199
199
- ` X-SSTP-PassThru-Command ` (optional)
200
200
Replace the command with this content
201
- - ` ShioriEcho.CommandHistory.NextIndex `
201
+ - ` ShioriEcho.CommandHistory.ForwardIndex `
202
202
Event when the index is updated when the user presses ` ↑ `
203
203
- ` Reference0 `
204
204
Index of the history command (in reverse order, starting value 0)
205
+ - ` Reference1 `
206
+ num of the value by which ` index ` is expected to increase
205
207
- Return value
206
208
- ` X-SSTP-PassThru-Index ` (optional)
207
209
Update the index to this value
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ghost_terminalをシステム端末のように使用する
15
15
テキスト
16
16
17
17
``` text
18
- ghost terminal v13.8
18
+ ghost terminal v13.9
19
19
20
20
ghost_terminal [オプション]を指定します。
21
21
オプションで指定します。
@@ -200,10 +200,12 @@ ghost_terminalの出力は、プレーンテキストではなく、仮想端末
200
200
- 戻り値
201
201
- ` X-SSTP-PassThru-Command ` (オプション)
202
202
コマンドをこの内容で置き換える
203
- - ` ShioriEcho.CommandHistory.NextIndex `
203
+ - ` ShioriEcho.CommandHistory.ForwardIndex `
204
204
ユーザが ` ↑ ` を押したときにインデックスが更新されるときのイベント
205
205
- ` Reference0 `
206
206
履歴コマンドのインデックス(逆順、開始値0)
207
+ - ` Reference1 `
208
+ ` index ` の値上がりが予想される量。
207
209
- 戻り値
208
210
- ` X-SSTP-PassThru-Index ` (オプション)
209
211
インデックスをこの値に更新する
Original file line number Diff line number Diff line change 1
1
#define VERSION_NUM1 13
2
- #define VERSION_NUM2 8
2
+ #define VERSION_NUM2 9
3
3
4
4
#define STRINGIZER_HELPER (a ) #a
5
5
#define STRINGIZER (a ) STRINGIZER_HELPER(a)
You can’t perform that action at this time.
0 commit comments