13 lines
248 B
Plaintext
13 lines
248 B
Plaintext
--- cwin.c.orig Tue Mar 16 22:41:30 1999
|
|
+++ cwin.c Tue Mar 16 22:42:15 1999
|
|
@@ -220,8 +220,8 @@
|
|
|
|
endwin();
|
|
curses_start();
|
|
- curses_redraw();
|
|
refresh();
|
|
+ curses_redraw();
|
|
|
|
/* some systems require we do this again */
|
|
|