aboutsummaryrefslogtreecommitdiff
path: root/console-tools/Config.in
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-25 15:07:56 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-25 15:07:56 +0000
commit0bee181cd4482af657637bc90ebe8818e77d21c1 (patch)
treee6566648da23b9e403d3d01ac2cbd60cad8d2c26 /console-tools/Config.in
parent9b7b79ea36b7e842e3c8437db9484831eb1dda14 (diff)
downloadbusybox-w32-0bee181cd4482af657637bc90ebe8818e77d21c1.tar.gz
busybox-w32-0bee181cd4482af657637bc90ebe8818e77d21c1.tar.bz2
busybox-w32-0bee181cd4482af657637bc90ebe8818e77d21c1.zip
- revert r16191; re-add resize() applet.
text data bss dec hex filename 288 0 0 288 120 console-tools/_resize.o.gcc-2.95 258 0 0 258 102 console-tools/_resize.o.gcc-3.3 252 0 0 252 fc console-tools/_resize.o.gcc-3.4 git-svn-id: svn://busybox.net/trunk/busybox@16437 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'console-tools/Config.in')
-rw-r--r--console-tools/Config.in17
1 files changed, 17 insertions, 0 deletions
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
58 This program is used to reset the terminal screen, if it 58 This program is used to reset the terminal screen, if it
59 gets messed up. 59 gets messed up.
60 60
61config RESIZE
62 bool "resize"
63 default n
64 help
65 This program is used to (re)set the width and height of your current
66 terminal.
67
68config FEATURE_RESIZE_PRINT
69 bool "print environment variables"
70 default n
71 depends on RESIZE
72 help
73 Prints the newly set size (number of columns and rows) of
74 the terminal.
75 E.g.:
76 COLUMNS=80;LINES=44;export COLUMNS LINES;
77
61config SETCONSOLE 78config SETCONSOLE
62 bool "setconsole" 79 bool "setconsole"
63 default n 80 default n