From d3ec6ac11fa2b68a41fc1d572a998337054b3c66 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Tue, 10 Oct 2023 11:55:24 -0400 Subject: [PATCH] busybox: add clear reset and cttyhack to better deal with terminal mishaps --- config/busybox.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/busybox.config b/config/busybox.config index 3701311c..6df325ba 100644 --- a/config/busybox.config +++ b/config/busybox.config @@ -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