diff options
Diffstat (limited to 'news/husky-msged/files/patch-msged.c')
-rw-r--r-- | news/husky-msged/files/patch-msged.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/news/husky-msged/files/patch-msged.c b/news/husky-msged/files/patch-msged.c deleted file mode 100644 index a0406a08b797..000000000000 --- a/news/husky-msged/files/patch-msged.c +++ /dev/null @@ -1,20 +0,0 @@ ---- ./msged.c.orig Tue Nov 27 01:13:44 2001 -+++ ./msged.c Fri Jan 24 15:35:36 2003 -@@ -1863,7 +1863,7 @@ - fputs("\nEnter the command \"EXIT\" to return to " PROG ".\n", stderr); - shell_to_dos(); - cursor(0); -- InitScreen(); -+ InitScreen(1); - BuildHotSpots(); - DrawHeader(); - ShowNewArea(); -@@ -2017,7 +2017,7 @@ - WndClose(hMnScr); - KillHotSpots(); - TTclose(); -- InitScreen(); -+ InitScreen(1); - adapt_margins(); - BuildHotSpots(); - ShowNewArea(); |