From 5634359408550093d4b8af7fcdbd07264d25614d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Wed, 27 May 2020 02:12:34 +0200 Subject: [PATCH] Make pseudoterminal raw --- github-fast-env/bin/github-fast-envd | 1 + 1 file changed, 1 insertion(+) diff --git a/github-fast-env/bin/github-fast-envd b/github-fast-env/bin/github-fast-envd index 8f6509b..1efa8b7 100644 --- a/github-fast-env/bin/github-fast-envd +++ b/github-fast-env/bin/github-fast-envd @@ -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}"