Fixes #1837. Setting Unix clipboard doesn't freezes anymore.

This commit is contained in:
BDisp
2022-06-26 20:49:30 +01:00
committed by Tig Kindel
parent 893220b21e
commit 8149eed9aa

View File

@@ -1370,8 +1370,6 @@ namespace Terminal.Gui {
}
}) {
process.Start ();
process.ErrorDataReceived += (sender, args) => { };
process.BeginErrorReadLine ();
process.StandardInput.Write (inputText);
process.StandardInput.Close ();
process.WaitForExit ();