aboutsummaryrefslogtreecommitdiffstats
path: root/com32/cmenu
diff options
context:
space:
mode:
Diffstat (limited to 'com32/cmenu')
-rw-r--r--com32/cmenu/libmenu/tui.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/com32/cmenu/libmenu/tui.c b/com32/cmenu/libmenu/tui.c
index c8461ed3..c9b70f3f 100644
--- a/com32/cmenu/libmenu/tui.c
+++ b/com32/cmenu/libmenu/tui.c
@@ -14,6 +14,7 @@
#include <string.h>
#include <com32.h>
#include <stdlib.h>
+#include "com32io.h"
com32sys_t inreg, outreg; // Global register sets for use
@@ -258,13 +259,6 @@ void clearwindow(char top, char left, char bot, char right, char page,
}
}
-void cls(void)
-{
- unsigned char dp = getdisppage();
- gotoxy(0, 0, dp);
- cprint(' ', GETSTRATTR, (1 + getnumrows()) * getnumcols(), dp);
-}
-
//////////////////////////////Box Stuff
// This order of numbers must match