mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
Fixes #1837. Setting Unix clipboard doesn't freezes anymore.
This commit is contained in:
@@ -1370,8 +1370,6 @@ namespace Terminal.Gui {
|
||||
}
|
||||
}) {
|
||||
process.Start ();
|
||||
process.ErrorDataReceived += (sender, args) => { };
|
||||
process.BeginErrorReadLine ();
|
||||
process.StandardInput.Write (inputText);
|
||||
process.StandardInput.Close ();
|
||||
process.WaitForExit ();
|
||||
|
||||
Reference in New Issue
Block a user