Skip to content

Commit a726715

Browse files
committed
v13.9
1 parent a62e9e3 commit a726715

File tree

8 files changed

+852
-771
lines changed

8 files changed

+852
-771
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Easy to use for ghost development
1717
## Command line arguments
1818

1919
```text
20-
ghost terminal v13.8
20+
ghost terminal v13.9
2121
2222
ghost_terminal [options]
2323
options:
@@ -202,10 +202,12 @@ The rest of the events should only be defined if you want to change the default
202202
- Return value
203203
- `X-SSTP-PassThru-Command` (optional)
204204
Replace the command with this content
205-
- `ShioriEcho.CommandHistory.NextIndex`
205+
- `ShioriEcho.CommandHistory.ForwardIndex`
206206
Event when the index is updated when the user presses ``
207207
- `Reference0`
208208
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
209211
- Return value
210212
- `X-SSTP-PassThru-Index` (optional)
211213
Update the index to this value

docs/README_CN.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ up/down切换命令,鼠标右键快速粘贴,支持tab补全(如果人格
1313
## 命令行参数
1414

1515
```text
16-
ghost terminal v13.8
16+
ghost terminal v13.9
1717
1818
ghost_terminal [options]
1919
选项:
@@ -198,10 +198,12 @@ ghost_terminal通过`X-SSTP-PassThru-*`进行与人格间的信息沟通(见[
198198
- 返值
199199
- `X-SSTP-PassThru-Command`(可选)
200200
将命令替换为此内容
201-
- `ShioriEcho.CommandHistory.NextIndex`
201+
- `ShioriEcho.CommandHistory.ForwardIndex`
202202
用户按压``时更新索引时事件
203203
- `Reference0`
204204
历史命令的索引(倒序,起始值0)
205+
- `Reference1`
206+
`index`被期望增加的值
205207
- 返值
206208
- `X-SSTP-PassThru-Index`(可选)
207209
将索引更新为此数值

docs/README_EN.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Easy to use for ghost development
1313
## Command line arguments
1414

1515
```text
16-
ghost terminal v13.8
16+
ghost terminal v13.9
1717
1818
ghost_terminal [options]
1919
options:
@@ -198,10 +198,12 @@ The rest of the events should only be defined if you want to change the default
198198
- Return value
199199
- `X-SSTP-PassThru-Command` (optional)
200200
Replace the command with this content
201-
- `ShioriEcho.CommandHistory.NextIndex`
201+
- `ShioriEcho.CommandHistory.ForwardIndex`
202202
Event when the index is updated when the user presses ``
203203
- `Reference0`
204204
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
205207
- Return value
206208
- `X-SSTP-PassThru-Index` (optional)
207209
Update the index to this value

docs/README_JP.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ghost_terminalをシステム端末のように使用する
1515
テキスト
1616

1717
```text
18-
ghost terminal v13.8
18+
ghost terminal v13.9
1919
2020
ghost_terminal [オプション]を指定します。
2121
オプションで指定します。
@@ -200,10 +200,12 @@ ghost_terminalの出力は、プレーンテキストではなく、仮想端末
200200
- 戻り値
201201
- `X-SSTP-PassThru-Command` (オプション)
202202
コマンドをこの内容で置き換える
203-
- `ShioriEcho.CommandHistory.NextIndex`
203+
- `ShioriEcho.CommandHistory.ForwardIndex`
204204
ユーザが `` を押したときにインデックスが更新されるときのイベント
205205
- `Reference0`
206206
履歴コマンドのインデックス(逆順、開始値0)
207+
- `Reference1`
208+
`index`の値上がりが予想される量。
207209
- 戻り値
208210
- `X-SSTP-PassThru-Index` (オプション)
209211
インデックスをこの値に更新する

src/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define VERSION_NUM1 13
2-
#define VERSION_NUM2 8
2+
#define VERSION_NUM2 9
33

44
#define STRINGIZER_HELPER(a) #a
55
#define STRINGIZER(a) STRINGIZER_HELPER(a)

0 commit comments

Comments
 (0)