Skip to content

Commit 889d2a0

Browse files
committed
v13.2
1 parent ec007ac commit 889d2a0

File tree

5 files changed

+21
-1
lines changed

5 files changed

+21
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ You can use it to control the display of the terminal, such as text colour, back
6060
- Return value
6161
- `X-SSTP-PassThru-Tittle` (optional)
6262
Set the terminal title
63+
- `X-SSTP-PassThru-Icon` (optional)
64+
Set the terminal icon (PNG or ICO path)
65+
- `X-SSTP-PassThru-SmallIcon` (optional)
66+
Set the terminal small icon (PNG or ICO path)
67+
If not set, will be consistent with `X-SSTP-PassThru-Icon`
6368
- `ShioriEcho.End`
6469
ghost_terminal event on normal program exit
6570
- return value

README_CN.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ ghost_terminal通过`X-SSTP-PassThru-*`进行与人格间的信息沟通(见[
5656
- 返值
5757
- `X-SSTP-PassThru-Tittle`(可选)
5858
设置终端标题
59+
- `X-SSTP-PassThru-Icon`(可选)
60+
设置终端图标(PNG或ICO路径)
61+
- `X-SSTP-PassThru-SmallIcon`(可选)
62+
设置终端小图标(PNG或ICO路径)
63+
如果不设置,将与`X-SSTP-PassThru-Icon`保持一致
5964
- `ShioriEcho.End`
6065
ghost_terminal正常程序退出时事件
6166
- 返值

README_EN.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ You can use it to control the display of the terminal, such as text colour, back
5656
- Return value
5757
- `X-SSTP-PassThru-Tittle` (optional)
5858
Set the terminal title
59+
- `X-SSTP-PassThru-Icon` (optional)
60+
Set the terminal icon (PNG or ICO path)
61+
- `X-SSTP-PassThru-SmallIcon` (optional)
62+
Set the terminal small icon (PNG or ICO path)
63+
If not set, will be consistent with `X-SSTP-PassThru-Icon`
5964
- `ShioriEcho.End`
6065
ghost_terminal event on normal program exit
6166
- return value

README_JP.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ ghost_terminalの出力は、プレーンテキストではなく、仮想端末
5858
- 戻り値
5959
- `X-SSTP-PassThru-Tittle` (オプション)
6060
端末のタイトルを設定する
61+
- `X-SSTP-PassThru-Icon` (オプション)
62+
端末のアイコンを設定する
63+
- `X-SSTP-PassThru-SmallIcon` (オプション)
64+
端末の小さいアイコンを設定する
65+
設定されていない場合、`X-SSTP-PassThru-Icon`と一致する
6166
- `ShioriEcho.End`
6267
通常のプログラム終了時に発生するghost_terminalイベント
6368
- 戻り値

ghost_terminal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
#define floop while(1)
3232

33-
#define GT_VAR_STR "13.1"
33+
#define GT_VAR_STR "13.2"
3434

3535
using namespace SSTP_link_n;
3636
using namespace std;

0 commit comments

Comments
 (0)