1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 07:41:21 +00:00

Fix Press any key to continue closing on Alt/Ctrl/Shift

We now call Sleep() instead of sub_sleep()
This commit is contained in:
Luke Ceddia 2014-07-24 21:27:34 +10:00
parent 83489ad292
commit fe8f56a7e7
3 changed files with 1 additions and 2 deletions

View file

@ -21002,11 +21002,10 @@ int32 func__printwidth(qbs* text, int32 screenhandle, int32 passed){
autodisplay=1;
//7. Wait for a new keypress
do{
//SDL_Delay(0);
Sleep(100);
if (stop_program) end();
}while(qbs_cleanup(qbs_tmp_base,qbs_equal(qbs_inkey(),qbs_new_txt(""))));
//sub_sleep(NULL, 0);
}else{
if (console){

0
internal/c/purge_all_precompiled_content.sh Normal file → Executable file
View file

0
internal/c/purge_all_precompiled_content_lnx.sh Normal file → Executable file
View file