You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RunWithConnection takes two parameters: stdin and stdout. I can see that the Terminal struct only contains these:
typeTerminalstruct {
// more fields here...pty io.Closerin io.WriteCloserout io.Reader// more fields here...
}
I wonder why stderr is not given there? What happens if the remote side prints something to stderr? Is it simply ignored by fyne.Terminal? Isn't it a problem?
The text was updated successfully, but these errors were encountered:
RunWithConnection
takes two parameters: stdin and stdout. I can see that theTerminal
struct only contains these:I wonder why stderr is not given there? What happens if the remote side prints something to stderr? Is it simply ignored by
fyne.Terminal
? Isn't it a problem?The text was updated successfully, but these errors were encountered: