1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/x11/eterm/files/patch-src:command.c
2001-02-17 22:28:10 +00:00

22 lines
412 B
C

--- src/command.c.orig Mon Feb 7 22:20:41 2000
+++ src/command.c Mon Feb 7 22:22:16 2000
@@ -40,6 +40,8 @@
#include "config.h"
#include "feature.h"
+#undef HAVE_SAVED_UIDS
+
/* System Headers */
#include <stdio.h>
#include <stdlib.h>
@@ -1560,6 +1562,9 @@
# endif
# if VTIME != VEOL
tio->c_cc[VTIME] = 0;
+# endif
+# ifdef VSTATUS
+ tio->c_cc[VSTATUS] = CSTATUS;
# endif
/* input modes */