aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r--miscutils/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 170310fda..3dd2674d6 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -366,6 +366,14 @@ config TIME
366 When the command finishes, time writes a message to standard output 366 When the command finishes, time writes a message to standard output
367 giving timing statistics about this program run. 367 giving timing statistics about this program run.
368 368
369config TTYSIZE
370 bool "ttysize"
371 default n
372 help
373 A replacement for "stty size". Unlike stty, can report only width,
374 only height, or both, in any order. It also does not complain on error,
375 but returns default 80x24. Usage in shell scripts: width=`ttysize w`.
376
369config WATCHDOG 377config WATCHDOG
370 bool "watchdog" 378 bool "watchdog"
371 default n 379 default n