Skip to content

Commit

Permalink
Merge branch 'QB64-Phoenix-Edition:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
a740g authored Aug 25, 2023
2 parents 1e251e4 + 4c50c8d commit 2a92e21
Show file tree
Hide file tree
Showing 6 changed files with 1,441 additions and 1,422 deletions.
3 changes: 1 addition & 2 deletions internal/source/clear.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3158,5 +3158,4 @@ _SUB_GETINPUT_STRING_ASCVALUE->len=0;
*_FUNC_IDEASCIIBOX_LONG_ASCIIWARNINGSHOWN=0;
_FUNC_GETBYTES_STRING_PREVIOUSVALUE->len=0;
*_FUNC_GETBYTES_LONG_GETBYTESPOSITION=0;
_FUNC_SAVEFILE_STRING_DEFAULT_STARTDIR->len=0;
_FUNC_OPENFILE_STRING_DEFAULT_STARTDIR->len=0;
__STRING_DEFAULT_STARTDIR->len=0;
3 changes: 1 addition & 2 deletions internal/source/global.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1182,8 +1182,7 @@ int32 *_SUB_HELP_SHOWTEXT_LONG_SETUP=NULL;
int32 *_FUNC_IDEASCIIBOX_LONG_ASCIIWARNINGSHOWN=NULL;
qbs *_FUNC_GETBYTES_STRING_PREVIOUSVALUE=NULL;
int32 *_FUNC_GETBYTES_LONG_GETBYTESPOSITION=NULL;
qbs *_FUNC_SAVEFILE_STRING_DEFAULT_STARTDIR=NULL;
qbs *_FUNC_OPENFILE_STRING_DEFAULT_STARTDIR=NULL;
qbs *__STRING_DEFAULT_STARTDIR=NULL;
int32 console=1;
int32 screen_hide_startup=1;
int32 asserts=0;
Expand Down
Loading

0 comments on commit 2a92e21

Please sign in to comment.