2000-07-31 21:32:41 +00:00
|
|
|
--- form.c.orig Sat Dec 11 21:04:22 1999
|
|
|
|
+++ form.c Sat Jul 22 01:49:24 2000
|
|
|
|
@@ -3,10 +3,8 @@
|
2000-02-13 01:57:46 +00:00
|
|
|
#include <slang.h>
|
|
|
|
#include <stdarg.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
-#include <sys/select.h>
|
2000-07-31 21:32:41 +00:00
|
|
|
#include <sys/time.h>
|
2000-02-13 01:57:46 +00:00
|
|
|
-
|
|
|
|
-#ifdef USE_GPM
|
|
|
|
+#include <string.h>
|
|
|
|
#include <ctype.h>
|
|
|
|
#include <sys/time.h> /* timeval */
|
|
|
|
#include <sys/types.h> /* socket() */
|
2000-07-31 21:32:41 +00:00
|
|
|
@@ -16,11 +14,8 @@
|
2000-02-13 01:57:46 +00:00
|
|
|
#include <sys/stat.h> /* stat() */
|
|
|
|
#include <termios.h> /* winsize */
|
|
|
|
#include <unistd.h>
|
|
|
|
-#include <sys/kd.h> /* KDGETMODE */
|
|
|
|
#include <signal.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
#include "newt.h"
|
|
|
|
#include "newt_pr.h"
|
|
|
|
|