X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fivac.git;a=blobdiff_plain;f=src%2Finput.h;fp=src%2Finput.h;h=b4929fb806bddeb7ad8793c9594c4b38173d33c5;hp=a3d8dd4cfb7e26a46b458e37e19418feeca9b8c0;hb=0bc14060d26317692d960c39e7e64b74d8963e61;hpb=d3c5d3d150e9f9368b2ba9f8d0f957dbb58c14d4 diff --git a/src/input.h b/src/input.h index a3d8dd4..b4929fb 100644 --- a/src/input.h +++ b/src/input.h @@ -28,6 +28,7 @@ typedef struct s_input { char *content; int c_count; unsigned char mode; + struct termios tios; } t_input; /* function prototypes */