]> www.hackdaworld.org Git - my-code/ivac.git/blobdiff - src/input.h
canoncial mode fixes
[my-code/ivac.git] / src / input.h
index a3d8dd4cfb7e26a46b458e37e19418feeca9b8c0..b4929fb806bddeb7ad8793c9594c4b38173d33c5 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 */