diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 4276bae61..2841d7fbf 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -2040,6 +2040,9 @@ enum { | |||
2040 | VI_MODE = 8 * ENABLE_FEATURE_EDITING_VI, | 2040 | VI_MODE = 8 * ENABLE_FEATURE_EDITING_VI, |
2041 | WITH_PATH_LOOKUP = 0x10, | 2041 | WITH_PATH_LOOKUP = 0x10, |
2042 | LI_INTERRUPTIBLE = 0x20, | 2042 | LI_INTERRUPTIBLE = 0x20, |
2043 | #if ENABLE_PLATFORM_MINGW32 | ||
2044 | IGNORE_CTRL_C = 0x40, | ||
2045 | #endif | ||
2043 | FOR_SHELL = DO_HISTORY | TAB_COMPLETION | USERNAME_COMPLETION | LI_INTERRUPTIBLE, | 2046 | FOR_SHELL = DO_HISTORY | TAB_COMPLETION | USERNAME_COMPLETION | LI_INTERRUPTIBLE, |
2044 | }; | 2047 | }; |
2045 | line_input_t *new_line_input_t(int flags) FAST_FUNC; | 2048 | line_input_t *new_line_input_t(int flags) FAST_FUNC; |