canoncial mode fixes
[my-code/ivac.git] / src / input.h
index a3d8dd4..b4929fb 100644 (file)
@@ -28,6 +28,7 @@ typedef struct s_input {
   char *content;
   int c_count;
   unsigned char mode;
+  struct termios tios;
 } t_input;
 
 /* function prototypes */