X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=console-tools%2FConfig.in;h=4a5710de6fe075de5a09d8eaa4e747c7d5f7b813;hb=1c660b4bd2c303fcb829bc93143fc454693afab4;hp=f1dbac5317f148ff20716540b816a94efe0d530e;hpb=7d219aab70e6951ab82c27c202cac05016696723;p=oweals%2Fbusybox.git diff --git a/console-tools/Config.in b/console-tools/Config.in index f1dbac531..4a5710de6 100644 --- a/console-tools/Config.in +++ b/console-tools/Config.in @@ -58,6 +58,23 @@ config RESET This program is used to reset the terminal screen, if it gets messed up. +config RESIZE + bool "resize" + default n + help + This program is used to (re)set the width and height of your current + terminal. + +config FEATURE_RESIZE_PRINT + bool "print environment variables" + default n + depends on RESIZE + help + Prints the newly set size (number of columns and rows) of + the terminal. + E.g.: + COLUMNS=80;LINES=44;export COLUMNS LINES; + config SETCONSOLE bool "setconsole" default n