diff options
Diffstat (limited to 'src/ui_readline.h')
-rw-r--r-- | src/ui_readline.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui_readline.h b/src/ui_readline.h index cf8ed52..f8221bc 100644 --- a/src/ui_readline.h +++ b/src/ui_readline.h @@ -27,10 +27,12 @@ THE SOFTWARE. #include <stdbool.h> #include <sys/select.h> +/* bitfield */ typedef enum { BAR_RL_DEFAULT = 0, BAR_RL_FULLRETURN = 1, /* return if buffer is full */ BAR_RL_NOECHO = 2, /* don't echo to stdout */ + BAR_RL_NOINT = 4, /* don’t change interrupted variable */ } BarReadlineFlags_t; typedef struct { |