diff options
Diffstat (limited to 'lib/libedit/tty.h')
-rw-r--r-- | lib/libedit/tty.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libedit/tty.h b/lib/libedit/tty.h index 9694393..b1fc76e 100644 --- a/lib/libedit/tty.h +++ b/lib/libedit/tty.h @@ -1,4 +1,4 @@ -/* $NetBSD: tty.h,v 1.19 2016/02/27 18:13:21 christos Exp $ */ +/* $NetBSD: tty.h,v 1.15 2014/05/19 19:54:12 christos Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -41,6 +41,8 @@ #ifndef _h_el_tty #define _h_el_tty +#include "sys.h" +#include "histedit.h" #include <termios.h> #include <unistd.h> @@ -473,9 +475,8 @@ typedef struct { int t_tabs; int t_eight; speed_t t_speed; - unsigned char t_mode; + int t_mode; unsigned char t_vdisable; - unsigned char t_initialized; } el_tty_t; |