Skip to content

Commit

Permalink
update ghost terminal 2 v13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
steve02081504 committed May 7, 2023
1 parent e889bcc commit 04c6690
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions master/dic/system/Debug.dic
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,8 @@ On_ShioriEcho.CommandUpdate{
SHIORI_FW.Make_X_SSTP_PassThru('CommandForDisplay',ColorizeExpression(reference.raw[0]))
}
On_ShioriEcho.TabPress{
_before=SUBSTR(reference.raw[0],0,reference1)
_after=SUBSTR(reference.raw[0],reference1,STRLEN(reference.raw[0]))
_before=SUBSTR(reference.raw[0],0,reference3)
_after=SUBSTR(reference.raw[0],reference3,STRLEN(reference.raw[0]))
_tabnum=reference2
_lastname=RE_REPLACE(_before,'^[\s\S]*[\[\]\(\)\+\-\*\/\=\'+"'"+'\" ]','')
_after=RE_REPLACE(_after,'^[a-zA-Z0-9._]+','')
Expand All @@ -459,6 +459,7 @@ On_ShioriEcho.TabPress{
_name_after_tab=_possible_names[_tabnum%ARRAYSIZE(_possible_names)]
_before=RE_REPLACE(_before,_lastname+'$',_name_after_tab)
SHIORI_FW.Make_X_SSTP_PassThru('Command',_before+_after)
SHIORI_FW.Make_X_SSTP_PassThru('InsertIndex',STRLEN(_before))
}
}
On_ShioriEcho.GetResult {
Expand Down
Binary file modified master/saori/ghost_terminal.exe
Binary file not shown.

0 comments on commit 04c6690

Please sign in to comment.