diff options
Diffstat (limited to 'news/husky-msged/files/patch-wrap.c')
-rw-r--r-- | news/husky-msged/files/patch-wrap.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/news/husky-msged/files/patch-wrap.c b/news/husky-msged/files/patch-wrap.c new file mode 100644 index 000000000000..b2305c7df4cc --- /dev/null +++ b/news/husky-msged/files/patch-wrap.c @@ -0,0 +1,11 @@ +--- ./wrap.c.orig Fri Jan 24 15:26:18 2003 ++++ ./wrap.c Fri Jan 24 15:26:35 2003 +@@ -2357,7 +2357,7 @@ + /* Redraw the screen. */ + + cursor(0); +- InitScreen(); ++ InitScreen(1); + BuildHotSpots(); + DrawHeader(); + ShowNewArea(); |