busybox: add clear reset and cttyhack to better deal with terminal mishaps

This commit is contained in:
Thierry Laurion 2023-10-10 11:55:24 -04:00
parent 5f38c715ce
commit d3ec6ac11f
No known key found for this signature in database
GPG Key ID: E7B4A71658E36A93

View File

@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.36.1
# Fri Jul 21 14:38:54 2023
# Thu Oct 5 11:19:09 2023
#
CONFIG_HAVE_DOT_CONFIG=y
@ -368,7 +368,7 @@ CONFIG_FEATURE_WC_LARGE=y
# Console Utilities
#
# CONFIG_CHVT is not set
# CONFIG_CLEAR is not set
CONFIG_CLEAR=y
# CONFIG_DEALLOCVT is not set
# CONFIG_DUMPKMAP is not set
# CONFIG_FGCONSOLE is not set
@ -381,7 +381,7 @@ CONFIG_DEFAULT_SETFONT_DIR=""
# CONFIG_FEATURE_LOADFONT_RAW is not set
CONFIG_LOADKMAP=y
# CONFIG_OPENVT is not set
# CONFIG_RESET is not set
CONFIG_RESET=y
# CONFIG_RESIZE is not set
# CONFIG_FEATURE_RESIZE_PRINT is not set
# CONFIG_SETCONSOLE is not set
@ -1151,7 +1151,7 @@ CONFIG_ASH_SLEEP=y
CONFIG_ASH_HELP=y
CONFIG_ASH_GETOPTS=y
CONFIG_ASH_CMDCMD=y
# CONFIG_CTTYHACK is not set
CONFIG_CTTYHACK=y
# CONFIG_HUSH is not set
# CONFIG_SHELL_HUSH is not set
# CONFIG_HUSH_BASH_COMPAT is not set