d683da1 filter: when running editor, make sure that stdin=/dev/tty

Authored and Committed by jpokorny 9 years ago
1 file changed. 4 lines added. 2 lines removed.
    filter: when running editor, make sure that stdin=/dev/tty
    
    ... as this is easily not true, e.g., when piping input (one of ~)
    directly, as children subprocess normally inherits the filedescriptor
    map.
    
    Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
    
        
file modified
+4 -2