diff options
author | Ron Yorston <rmy@pobox.com> | 2018-03-01 09:14:07 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-03-01 09:14:07 +0000 |
commit | 701a8d6783f09597e1c9b386b1e6ba890807854c (patch) | |
tree | a09ba427ac46258d7e5ddc6ddd482dbeaa4721b6 /configs | |
parent | 9427d06e8813a3bf0a9ef4a5b964e0206a083294 (diff) | |
download | busybox-w32-701a8d6783f09597e1c9b386b1e6ba890807854c.tar.gz busybox-w32-701a8d6783f09597e1c9b386b1e6ba890807854c.tar.bz2 busybox-w32-701a8d6783f09597e1c9b386b1e6ba890807854c.zip |
lineedit: disable window size tracking in default configuration
SIGWINCH isn't available on Microsoft Windows. Make the use of
SIGWINCH configurable and disable it by default.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mingw32_defconfig | 2 | ||||
-rw-r--r-- | configs/mingw64_defconfig | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig index 7c56866a2..265b184f9 100644 --- a/configs/mingw32_defconfig +++ b/configs/mingw32_defconfig | |||
@@ -103,6 +103,7 @@ CONFIG_FEATURE_REVERSE_SEARCH=y | |||
103 | CONFIG_FEATURE_TAB_COMPLETION=y | 103 | CONFIG_FEATURE_TAB_COMPLETION=y |
104 | CONFIG_FEATURE_USERNAME_COMPLETION=y | 104 | CONFIG_FEATURE_USERNAME_COMPLETION=y |
105 | CONFIG_FEATURE_EDITING_FANCY_PROMPT=y | 105 | CONFIG_FEATURE_EDITING_FANCY_PROMPT=y |
106 | # CONFIG_FEATURE_EDITING_WINCH is not set | ||
106 | # CONFIG_FEATURE_EDITING_ASK_TERMINAL is not set | 107 | # CONFIG_FEATURE_EDITING_ASK_TERMINAL is not set |
107 | # CONFIG_LOCALE_SUPPORT is not set | 108 | # CONFIG_LOCALE_SUPPORT is not set |
108 | # CONFIG_UNICODE_SUPPORT is not set | 109 | # CONFIG_UNICODE_SUPPORT is not set |
@@ -1082,6 +1083,7 @@ CONFIG_ASH_NOCONSOLE=y | |||
1082 | # CONFIG_HUSH is not set | 1083 | # CONFIG_HUSH is not set |
1083 | # CONFIG_HUSH_BASH_COMPAT is not set | 1084 | # CONFIG_HUSH_BASH_COMPAT is not set |
1084 | # CONFIG_HUSH_BRACE_EXPANSION is not set | 1085 | # CONFIG_HUSH_BRACE_EXPANSION is not set |
1086 | # CONFIG_HUSH_LINENO_VAR is not set | ||
1085 | # CONFIG_HUSH_BASH_SOURCE_CURDIR is not set | 1087 | # CONFIG_HUSH_BASH_SOURCE_CURDIR is not set |
1086 | # CONFIG_HUSH_INTERACTIVE is not set | 1088 | # CONFIG_HUSH_INTERACTIVE is not set |
1087 | # CONFIG_HUSH_SAVEHISTORY is not set | 1089 | # CONFIG_HUSH_SAVEHISTORY is not set |
diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig index 3261d17b8..aa355ae66 100644 --- a/configs/mingw64_defconfig +++ b/configs/mingw64_defconfig | |||
@@ -103,6 +103,7 @@ CONFIG_FEATURE_REVERSE_SEARCH=y | |||
103 | CONFIG_FEATURE_TAB_COMPLETION=y | 103 | CONFIG_FEATURE_TAB_COMPLETION=y |
104 | CONFIG_FEATURE_USERNAME_COMPLETION=y | 104 | CONFIG_FEATURE_USERNAME_COMPLETION=y |
105 | CONFIG_FEATURE_EDITING_FANCY_PROMPT=y | 105 | CONFIG_FEATURE_EDITING_FANCY_PROMPT=y |
106 | # CONFIG_FEATURE_EDITING_WINCH is not set | ||
106 | # CONFIG_FEATURE_EDITING_ASK_TERMINAL is not set | 107 | # CONFIG_FEATURE_EDITING_ASK_TERMINAL is not set |
107 | # CONFIG_LOCALE_SUPPORT is not set | 108 | # CONFIG_LOCALE_SUPPORT is not set |
108 | # CONFIG_UNICODE_SUPPORT is not set | 109 | # CONFIG_UNICODE_SUPPORT is not set |
@@ -1082,6 +1083,7 @@ CONFIG_ASH_CMDCMD=y | |||
1082 | # CONFIG_HUSH is not set | 1083 | # CONFIG_HUSH is not set |
1083 | # CONFIG_HUSH_BASH_COMPAT is not set | 1084 | # CONFIG_HUSH_BASH_COMPAT is not set |
1084 | # CONFIG_HUSH_BRACE_EXPANSION is not set | 1085 | # CONFIG_HUSH_BRACE_EXPANSION is not set |
1086 | # CONFIG_HUSH_LINENO_VAR is not set | ||
1085 | # CONFIG_HUSH_BASH_SOURCE_CURDIR is not set | 1087 | # CONFIG_HUSH_BASH_SOURCE_CURDIR is not set |
1086 | # CONFIG_HUSH_INTERACTIVE is not set | 1088 | # CONFIG_HUSH_INTERACTIVE is not set |
1087 | # CONFIG_HUSH_SAVEHISTORY is not set | 1089 | # CONFIG_HUSH_SAVEHISTORY is not set |