From 2123b7cded4d28173b8a9e5bd40c565cbb1a75b1 Mon Sep 17 00:00:00 2001 From: Ned Ludd Date: Wed, 9 Feb 2005 21:07:23 +0000 Subject: - add ash read -t timeout support. initial code provided by Tim Yamin on Oct/21/2004 on the busybox mailing list. Edited his code a little to keep syntax highlighers happy and make it optional when CONFIG_ASH_TIMEOUT is defined --- shell/Config.in | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'shell/Config.in') diff --git a/shell/Config.in b/shell/Config.in index bdba40d3b..1a3c388a4 100644 --- a/shell/Config.in +++ b/shell/Config.in @@ -53,6 +53,17 @@ config CONFIG_ASH_JOB_CONTROL help Enable job control in the ash shell. +config CONFIG_ASH_TIMEOUT + bool " Enable read timeout support." + default n + depends on CONFIG_ASH_JOB_CONTROL + help + This option provides read -t support. + + read builtin which allows the function to pass control back + if no character input is read from the terminal within a set + number of seconds. + config CONFIG_ASH_ALIAS bool " Enable alias support" default y -- cgit v1.2.3