2002-06-22 06:19:53 +02:00
|
|
|
--- form.c.orig Tue Jun 11 22:15:33 2002
|
|
|
|
+++ form.c Sat Jun 22 06:36:12 2002
|
|
|
|
@@ -10,7 +10,6 @@
|
|
|
|
#endif
|
2000-07-31 23:32:41 +02:00
|
|
|
#include <sys/time.h>
|
2002-06-22 06:19:53 +02:00
|
|
|
|
2000-02-13 02:57:46 +01:00
|
|
|
-#ifdef USE_GPM
|
|
|
|
#include <ctype.h>
|
|
|
|
#include <sys/time.h> /* timeval */
|
2002-06-22 06:19:53 +02:00
|
|
|
#include <sys/socket.h> /* socket() */
|
|
|
|
@@ -19,11 +18,9 @@
|
2000-02-13 02:57:46 +01:00
|
|
|
#include <sys/stat.h> /* stat() */
|
|
|
|
#include <termios.h> /* winsize */
|
|
|
|
#include <unistd.h>
|
|
|
|
-#include <sys/kd.h> /* KDGETMODE */
|
|
|
|
#include <signal.h>
|
2002-06-22 06:19:53 +02:00
|
|
|
+#include <string.h>
|
2000-02-13 02:57:46 +01:00
|
|
|
#include <stdio.h>
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
#include "newt.h"
|
|
|
|
#include "newt_pr.h"
|
|
|
|
|