grml-quickconfig: removed unnecessary call to stty
authorMichael Gebetsroither <michael.geb@gmx.at>
Tue, 13 Nov 2007 10:37:46 +0000 (11:37 +0100)
committerMichael Gebetsroither <michael.geb@gmx.at>
Tue, 13 Nov 2007 10:37:46 +0000 (11:37 +0100)
usr_sbin/grml-quickconfig

index 2743418..29fcd47 100755 (executable)
@@ -86,12 +86,6 @@ sub getKey
 
 # main loop
 while(1) {
 
 # 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 "") {
 # main loop
     $command="";
     while($command eq "") {