diff options
author | Ron Yorston <rmy@pobox.com> | 2019-04-07 14:39:35 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-04-07 14:39:35 +0100 |
commit | de3b8f89b1ea54ae51314e20c8d8d1c9b9fd14ad (patch) | |
tree | 3dc90f04175dcb4624b7578fe6aaf7f888409377 /configs | |
parent | a5f8e300121686dba0ddcf2d7a3b3c432fbb0422 (diff) | |
download | busybox-w32-de3b8f89b1ea54ae51314e20c8d8d1c9b9fd14ad.tar.gz busybox-w32-de3b8f89b1ea54ae51314e20c8d8d1c9b9fd14ad.tar.bz2 busybox-w32-de3b8f89b1ea54ae51314e20c8d8d1c9b9fd14ad.zip |
reset: enable in default configuration
The 'reset' applet attempts to reset the screen. It's more thorough
than 'clear'.
Since it tries to reset the screen buffer for the current process
it has to be a NOFORK applet.
To run the Windows executable C:/Windows/System32/reset.exe use the
full path, as the 'reset' applet will take precedence.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mingw32_defconfig | 4 | ||||
-rw-r--r-- | configs/mingw64_defconfig | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig index c3ba17a46..7800e9340 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.31.0.git | 3 | # Busybox version: 1.31.0.git |
4 | # Sun Mar 31 09:45:46 2019 | 4 | # Sun Apr 7 12:34:37 2019 |
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 |
@@ -385,7 +385,7 @@ CONFIG_DEFAULT_SETFONT_DIR="" | |||
385 | # CONFIG_FEATURE_LOADFONT_RAW is not set | 385 | # CONFIG_FEATURE_LOADFONT_RAW is not set |
386 | # CONFIG_LOADKMAP is not set | 386 | # CONFIG_LOADKMAP is not set |
387 | # CONFIG_OPENVT is not set | 387 | # CONFIG_OPENVT is not set |
388 | # CONFIG_RESET is not set | 388 | CONFIG_RESET=y |
389 | # CONFIG_RESIZE is not set | 389 | # CONFIG_RESIZE is not set |
390 | # CONFIG_FEATURE_RESIZE_PRINT is not set | 390 | # CONFIG_FEATURE_RESIZE_PRINT is not set |
391 | # CONFIG_SETCONSOLE is not set | 391 | # CONFIG_SETCONSOLE is not set |
diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig index 721420c06..f39e02fca 100644 --- a/configs/mingw64_defconfig +++ b/configs/mingw64_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.31.0.git | 3 | # Busybox version: 1.31.0.git |
4 | # Sun Mar 31 09:45:46 2019 | 4 | # Sun Apr 7 12:34:37 2019 |
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 |
@@ -385,7 +385,7 @@ CONFIG_DEFAULT_SETFONT_DIR="" | |||
385 | # CONFIG_FEATURE_LOADFONT_RAW is not set | 385 | # CONFIG_FEATURE_LOADFONT_RAW is not set |
386 | # CONFIG_LOADKMAP is not set | 386 | # CONFIG_LOADKMAP is not set |
387 | # CONFIG_OPENVT is not set | 387 | # CONFIG_OPENVT is not set |
388 | # CONFIG_RESET is not set | 388 | CONFIG_RESET=y |
389 | # CONFIG_RESIZE is not set | 389 | # CONFIG_RESIZE is not set |
390 | # CONFIG_FEATURE_RESIZE_PRINT is not set | 390 | # CONFIG_FEATURE_RESIZE_PRINT is not set |
391 | # CONFIG_SETCONSOLE is not set | 391 | # CONFIG_SETCONSOLE is not set |