From 8b0c324266dabf0954f60a4c5bb60e2c12560fdb Mon Sep 17 00:00:00 2001 From: sparky4 Date: Tue, 15 Mar 2016 20:02:09 -0500 Subject: [PATCH] wwww --- src/bakapi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bakapi.c b/src/bakapi.c index 5f3579f6..9f471fdc 100755 --- a/src/bakapi.c +++ b/src/bakapi.c @@ -85,9 +85,9 @@ 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"); // prompt the user - clrstdin(); + 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 if(key==0){ d=0; }else{ -- 2.39.2