From: sparky4 Date: Thu, 23 Sep 2021 13:06:47 +0000 (-0500) Subject: fixed an issue of bakapi.exe while in pan mode you cannot escape until you press... X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=fe4cf9ae5c35794d8b460e61ee20c2e2379463c1 fixed an issue of bakapi.exe while in pan mode you cannot escape until you press q i added escape key --- diff --git a/src/bakapi.c b/src/bakapi.c index 10ced061..2d5837a6 100755 --- a/src/bakapi.c +++ b/src/bakapi.c @@ -258,7 +258,7 @@ main(int argc, char *argvar[]) { VL_ShowPage(&gvar.video.page[1], 0, 0); } - if(c==0x71 || c==0xb1 || c=='p') + if(c==27 || c==0x71 || c==0xb1 || c=='p') { //getch(); // eat keyboard input panswitch=0;