X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fivac.git;a=blobdiff_plain;f=src%2Finput.h;h=6efcf6ef19e4b43613063567fa6171cca94b2167;hp=b4929fb806bddeb7ad8793c9594c4b38173d33c5;hb=40031b2d692a7b83e437535045ece6c58f8bf31e;hpb=0bc14060d26317692d960c39e7e64b74d8963e61 diff --git a/src/input.h b/src/input.h index b4929fb..6efcf6e 100644 --- a/src/input.h +++ b/src/input.h @@ -22,6 +22,7 @@ #define LINE_BUFFERED (1<<0) #define CONTENT_BUFFER (1<<1) +#define INPUT_ECHO (1<<2) /* input specific variables */ typedef struct s_input {