openbsd-ports/games/connect4/patches/patch-screen_c
naddy 9eebe9b217 LP64 fixes: remove a hand-rolled setproctitle() from ye olden days,
add missing #includes, fix type of ctime() argument.

Allows this to work on 64-bit archs.
2010-08-07 20:06:14 +00:00

12 lines
246 B
Plaintext

$OpenBSD: patch-screen_c,v 1.2 2010/08/07 20:06:14 naddy Exp $
--- screen.c.orig Sat Aug 7 21:33:13 2010
+++ screen.c Sat Aug 7 21:34:36 2010
@@ -116,6 +116,7 @@ plot_finish()
refresh();
nocrmode();
echo();
+ endwin();
}