diff options
author | Denis Vlasenko | 2007-08-02 22:23:47 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-08-02 22:23:47 +0000 |
commit | c01af95c398b21203cd991917101e29b21821284 (patch) | |
tree | c93fdf7527f67950364d8e355ffaa6073d99688e /miscutils/Config.in | |
parent | 1caca34aa67b2f267d0049d17e5430ca9c58ac3f (diff) | |
download | busybox-c01af95c398b21203cd991917101e29b21821284.zip busybox-c01af95c398b21203cd991917101e29b21821284.tar.gz |
ttysize: new applet. +200 bytes
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 170310f..3dd2674 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -366,6 +366,14 @@ config TIME When the command finishes, time writes a message to standard output giving timing statistics about this program run. +config TTYSIZE + bool "ttysize" + default n + help + A replacement for "stty size". Unlike stty, can report only width, + only height, or both, in any order. It also does not complain on error, + but returns default 80x24. Usage in shell scripts: width=`ttysize w`. + config WATCHDOG bool "watchdog" default n |