Joonas Myhrberg

Results 4 comments of Joonas Myhrberg

By pseudo-terminal, I mean the `pty` option in the `CmdRunner` module. Setting `pty: true` causes the processes to hang around forever. Setting it to `false` resolves it. I don't think...

I thought it's because the PTY is never closed in [here](https://github.com/wtfutil/wtf/blob/master/modules/cmdrunner/widget.go#L151=), even though https://github.com/creack/pty says it should be. BUT after quickly adding `defer func() { _ = f.Close() }()` there,...

@groue absolutely, I should have done that in the first place... I'll need some time to reacquaint myself with all the details (and I always need a moment to wrap...

I think the `-target` flag can be removed completely (as I understand it's set to the current platform by default). At least it worked fine for me.