diff options
author | Ron Yorston <rmy@pobox.com> | 2012-04-23 15:05:26 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-04-23 15:05:26 +0100 |
commit | 15e948bdabe8fc69d821a20dfe2bf00b56eb99f3 (patch) | |
tree | 34375189e2091646ed6f4d55ab0aad172dc471f2 /configs | |
parent | 7543523a11fbc3b8835a334651a3a8084c8a65b7 (diff) | |
download | busybox-w32-15e948bdabe8fc69d821a20dfe2bf00b56eb99f3.tar.gz busybox-w32-15e948bdabe8fc69d821a20dfe2bf00b56eb99f3.tar.bz2 busybox-w32-15e948bdabe8fc69d821a20dfe2bf00b56eb99f3.zip |
win32: support fancy prompts and (limited) tilde expansion
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mingw32_defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig index d014db4ae..aeb07276f 100644 --- a/configs/mingw32_defconfig +++ b/configs/mingw32_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Busybox version: 1.20.0 | 3 | # Busybox version: 1.20.0 |
4 | # Mon Apr 23 11:02:02 2012 | 4 | # Mon Apr 23 14:39:03 2012 |
5 | # | 5 | # |
6 | CONFIG_HAVE_DOT_CONFIG=y | 6 | CONFIG_HAVE_DOT_CONFIG=y |
7 | # CONFIG_PLATFORM_POSIX is not set | 7 | # CONFIG_PLATFORM_POSIX is not set |
@@ -110,8 +110,8 @@ CONFIG_FEATURE_EDITING_HISTORY=255 | |||
110 | # CONFIG_FEATURE_EDITING_SAVE_ON_EXIT is not set | 110 | # CONFIG_FEATURE_EDITING_SAVE_ON_EXIT is not set |
111 | # CONFIG_FEATURE_REVERSE_SEARCH is not set | 111 | # CONFIG_FEATURE_REVERSE_SEARCH is not set |
112 | CONFIG_FEATURE_TAB_COMPLETION=y | 112 | CONFIG_FEATURE_TAB_COMPLETION=y |
113 | # CONFIG_FEATURE_USERNAME_COMPLETION is not set | 113 | CONFIG_FEATURE_USERNAME_COMPLETION=y |
114 | # CONFIG_FEATURE_EDITING_FANCY_PROMPT is not set | 114 | CONFIG_FEATURE_EDITING_FANCY_PROMPT=y |
115 | # CONFIG_FEATURE_EDITING_ASK_TERMINAL is not set | 115 | # CONFIG_FEATURE_EDITING_ASK_TERMINAL is not set |
116 | CONFIG_FEATURE_NON_POSIX_CP=y | 116 | CONFIG_FEATURE_NON_POSIX_CP=y |
117 | # CONFIG_FEATURE_VERBOSE_CP_MESSAGE is not set | 117 | # CONFIG_FEATURE_VERBOSE_CP_MESSAGE is not set |