Make pseudoterminal raw

This commit is contained in:
Patrick Lühne 2020-05-27 02:12:34 +02:00
parent 4bf5eb73bc
commit 5634359408
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 0 deletions

View File

@ -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}"