summaryrefslogtreecommitdiff
path: root/news/husky-msged/files/patch-config.c
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-01-28 19:44:46 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-01-28 19:44:46 +0000
commit96c8e1aef929dc866f183f30e2d8874e8fe1e7da (patch)
tree72ee91702450a1dfc418005e19f786868464f464 /news/husky-msged/files/patch-config.c
parentqt30 was replaced by qt31 so tell portupgrade to do (diff)
Doh.. Actually use curses instead of home-grown ansi driver.
Notes
Notes: svn path=/head/; revision=74164
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);
- }