9eebe9b217
add missing #includes, fix type of ctime() argument. Allows this to work on 64-bit archs.
12 lines
246 B
Plaintext
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();
|
|
}
|
|
|
|
|