From f6b3804ae7eef2645239bf1afad4a447bf284c11 Mon Sep 17 00:00:00 2001 From: Michael Gebetsroither Date: Tue, 13 Nov 2007 11:37:46 +0100 Subject: [PATCH] grml-quickconfig: removed unnecessary call to stty --- usr_sbin/grml-quickconfig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/usr_sbin/grml-quickconfig b/usr_sbin/grml-quickconfig index 2743418..29fcd47 100755 --- a/usr_sbin/grml-quickconfig +++ b/usr_sbin/grml-quickconfig @@ -86,12 +86,6 @@ sub getKey # main loop while(1) { - -# disable input buffering, see -# man perlfunc | less '+/ getc' -# for details - system "stty", '-icanon', 'eol', "\001"; - # main loop $command=""; while($command eq "") { -- 2.1.4