diff -urN cheapglk/cgfref.c cheapglk_file-prompt/cgfref.c --- cheapglk/cgfref.c 2000-07-11 02:55:24.000000000 +0200 +++ cheapglk_file-prompt/cgfref.c 2005-11-14 23:13:02.238886000 +0100 @@ -206,7 +206,8 @@ else prompt2 = "to store"; - printf("%s %s: ", prompt, prompt2); + printf("%s %s:\n", prompt, prompt2); + fflush(stdout); fgets(buf, 255, stdin); val = strlen(buf); diff -urN cheapglk/Makefile cheapglk_file-prompt/Makefile --- cheapglk/Makefile 2000-03-27 03:06:30.000000000 +0200 +++ cheapglk_file-prompt/Makefile 2005-11-27 17:22:54.976473000 +0100 @@ -9,7 +9,7 @@ # Pick a C compiler. #CC = cc -CC = gcc -ansi +CC = gcc OPTIONS = -O