1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 12:50:37 +00:00

Replace _KEYCLEAR so that script setup will work on OS X.

Probably for Linux too.
This commit is contained in:
FellippeHeitor 2016-07-18 12:03:29 -03:00
parent e63ce28557
commit cedd2c6a47
2 changed files with 3 additions and 2 deletions

View file

@ -3,5 +3,5 @@ DIM SHARED BuildNum AS STRING
Version$ = "1.000"
'BuildNum format is YYYYMMDD/id, where id is a ever-increasing
'integer. If you make a change, update the date and increase the id!
BuildNum$ = "20160717/35"
BuildNum$ = "20160718/36"

View file

@ -1134,7 +1134,8 @@ IF C = 9 THEN 'run
IF path.exe$ = "" THEN path.exe$ = "./"
IF os$ = "LNX" THEN SHELL QuotedFilename$(path.exe$ + file$ + extension$) + ModifyCOMMAND$
IF path.exe$ = "./" THEN path.exe$ = ""
_KEYCLEAR
DO: LOOP UNTIL INKEY$ = ""
DO: LOOP UNTIL _KEYHIT = 0
END IF
IF idemode THEN