summaryrefslogtreecommitdiff
path: root/games/connect4/files/patch-ac
blob: 99db2678dd3e5f11925240f6b58a5af75cfc35b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- screen.c.orig	2010-08-07 20:02:05.000000000 +0200
+++ screen.c	2010-08-07 20:23:29.000000000 +0200
@@ -116,6 +116,7 @@ plot_finish()
     refresh();
     nocrmode();
     echo();
+    endwin();
 }