summaryrefslogtreecommitdiffstats
path: root/mbbsd/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/term.c')
-rw-r--r--mbbsd/term.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/mbbsd/term.c b/mbbsd/term.c
index 3162844e..94067e99 100644
--- a/mbbsd/term.c
+++ b/mbbsd/term.c
@@ -1,14 +1,6 @@
/* $Id$ */
#include "bbs.h"
-int tgetent(const char *bp, char *name);
-char *tgetstr(const char *id, char **area);
-int tgetflag(const char *id);
-int tgetnum(const char *id);
-int tputs(const char *str, int affcnt, int (*putc) (int));
-char *tparm(const char *str,...);
-char *tgoto(const char *cap, int col, int row);
-
/* ----------------------------------------------------- */
/* basic tty control */
/* ----------------------------------------------------- */
@@ -37,21 +29,6 @@ init_tty(void)
#define TERMCOMSIZE (40)
-#if 0
-static char *outp;
-static int *outlp;
-
-static int
-outcf(int ch)
-{
- if (*outlp < TERMCOMSIZE) {
- (*outlp)++;
- *outp++ = ch;
- }
- return 0;
-}
-#endif
-
static void
term_resize(int sig)
{