From a795b980582ebc833763a1e61cc0eaf84c0d647c Mon Sep 17 00:00:00 2001 From: sparky4 Date: Thu, 10 Mar 2016 20:49:42 -0600 Subject: [PATCH] wwww --- src/bakapi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bakapi.c b/src/bakapi.c index a63cf92d..5f3579f6 100755 --- a/src/bakapi.c +++ b/src/bakapi.c @@ -85,7 +85,8 @@ main(int argc, char *argvar[]) //modexLeave(); // user imput switch fprintf(stderr, "xx=%d yy=%d\n", bakapee.xx, bakapee.yy); - printf("Enter 1, 2, 3, 4, or 6 to run a screensaver, or enter 0 to quit.\n", getch()); // prompt the user +// printf("Enter 1, 2, 3, 4, or 6 to run a screensaver, or enter 0 to quit.\n", getch()); // prompt the user + printf("Enter 1, 2, 3, 4, or 6 to run a screensaver, or enter 0 to quit.\n"); // prompt the user clrstdin(); scanf("%d", &key); //if(key==3){xx=yy=0;} // crazy screen saver wwww -- 2.39.5