#include <h/mh.h>
#include <h/utils.h>
-#include <termios.h>
#include <sys/ioctl.h>
#include <curses.h>
#include <term.h>
+#include <termios.h>
#ifdef WINSIZE_IN_PTEM
# include <sys/stream.h>
if (ti_clear)
tputs (ti_clear, LI, outc);
else {
- printf ("\f");
+ putchar('\f');
}
fflush (stdout);
tputs(parm, 1, termbytes);
- termcbufp = '\0';
+ *termcbufp = '\0';
return termcbuf;
}
tputs(parm, 1, termbytes);
- termcbufp = '\0';
+ *termcbufp = '\0';
return termcbuf;
}