aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/boxes.c
diff options
context:
space:
mode:
Diffstat (limited to 'boxes.c')
-rw-r--r--boxes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/boxes.c b/boxes.c
index b5ae8cd..8a25798 100644
--- a/boxes.c
+++ b/boxes.c
@@ -1908,6 +1908,7 @@ void editLine(long extra, struct keyCommand *(*lineLoop)(long extra), void (*lin
1908 } 1908 }
1909 else if (j == 0) // End of file. 1909 else if (j == 0) // End of file.
1910 { 1910 {
1911 TT.stillRunning = 0;
1911 fprintf(stderr, "EOF\n"); 1912 fprintf(stderr, "EOF\n");
1912 fflush(stderr); 1913 fflush(stderr);
1913 } 1914 }