Make pseudoterminal raw
This commit is contained in:
parent
4bf5eb73bc
commit
5634359408
@ -134,6 +134,7 @@ end
|
||||
|
||||
def set_up_pseudoterminal(control_socket, pseudoterminal_path)
|
||||
$pseudoterminal_io = File.open(pseudoterminal_path, File::RDWR | File::NOCTTY)
|
||||
$pseudoterminal_io.raw!
|
||||
|
||||
$original_stderr.puts " connecting to pseudoterminal #{pseudoterminal_path}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user