From b4dcfb772f5c6054b05c44ba33c7e7df1e685a00 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Sat, 18 Jun 2005 23:21:32 +0000 Subject: [PATCH] Does uifcini() really need to clear the screen? --- src/uifc/uifc32.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/uifc/uifc32.c b/src/uifc/uifc32.c index 3f79e9c943..e39d694478 100644 --- a/src/uifc/uifc32.c +++ b/src/uifc/uifc32.c @@ -205,7 +205,9 @@ int uifcini32(uifcapi_t* uifcapi) } } +#if 0 clrscr(); +#endif gettextinfo(&txtinfo); /* unsupported mode? */ -- GitLab