1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 11:11:20 +00:00

Fix to ignore input while the IDE is waiting for execution to end.

Previously, if the IDE had focus while a compiled program was being run (F5), any input on the window would later be processed, messing up the source code sometimes. That's been fixed.
This commit is contained in:
FellippeHeitor 2016-07-17 17:41:30 -03:00
parent a3c4bc4336
commit c00c92e4a2

View file

@ -1129,6 +1129,7 @@ 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
END IF
sendc$ = CHR$(6) 'ready