From b81b3df1fa387fa5c6a3fe577969285858f494ce Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 28 Apr 2007 16:48:04 +0000 Subject: hush: make job control and interactiveness configurable, part 1 --- shell/Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'shell/Config.in') diff --git a/shell/Config.in b/shell/Config.in index 9479e3fed..81289e4fd 100644 --- a/shell/Config.in +++ b/shell/Config.in @@ -176,6 +176,15 @@ config HUSH word ), arithmetic expansion, aliases, brace expansion, tilde expansion, &> and >& redirection of stdout+stderr, etc. +config HUSH_INTERACTIVE + bool "Interactive mode" + default y + depends on HUSH + help + Enable interactive mode (Ctrl-Z, Ctrl-C, command editing) + in the hush shell. Without this, hush reads and executes + stdin just like a shell script from the file. + config LASH bool "lash" -- cgit v1.2.3