diff options
Diffstat (limited to 'mbbsd/term.c')
-rw-r--r-- | mbbsd/term.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mbbsd/term.c b/mbbsd/term.c index 61a0128d..db3e66d1 100644 --- a/mbbsd/term.c +++ b/mbbsd/term.c @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.1 2002/03/07 15:13:48 in2 Exp $ */ +/* $Id: term.c,v 1.2 2002/04/15 20:00:22 in2 Exp $ */ #include <stdio.h> #include <stdlib.h> #include <termios.h> @@ -67,10 +67,10 @@ int t_columns = 80; int automargins = 1; +#if 0 static char *outp; static int *outlp; - static int outcf(int ch) { if(*outlp < TERMCOMSIZE) { (*outlp)++; @@ -78,6 +78,7 @@ static int outcf(int ch) { } return 0; } +#endif extern screenline_t *big_picture; |