summaryrefslogtreecommitdiff
path: root/news/husky-msged/files/patch-config.c
diff options
context:
space:
mode:
Diffstat (limited to 'news/husky-msged/files/patch-config.c')
-rw-r--r--news/husky-msged/files/patch-config.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/news/husky-msged/files/patch-config.c b/news/husky-msged/files/patch-config.c
deleted file mode 100644
index 1254c73506b4..000000000000
--- a/news/husky-msged/files/patch-config.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- config.c.orig Fri Jan 24 15:26:47 2003
-+++ config.c Fri Jan 24 15:31:42 2003
-@@ -3978,7 +3978,7 @@
- areasort();
- group_build_arealist();
- printf (" \n");
-- InitScreen();
-+ InitScreen(0);
- mygetcwd(tmp, PATHLEN);
- ST->home = xstrdup(tmp);
-
-@@ -4003,6 +4003,5 @@
-
- WndClose(hWnd);
- WndCurr(hCurr);
-- TTScolor(cm[CM_NTXT]);
-- TTClear(hMnScr->x1, hMnScr->y1, hMnScr->x2, hMnScr->y2);
-+ InitScreen(1);
- }