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
From what I've found googling, syscall.SIGWINCH is Unix/Linux specific and has no equivalent replacement in Windows. For now, build directive can be added to compile on Windows and panic on runtime when/if the module is used.
Here is an example: https://github.com/cloudfoundry/cli/tree/v7.1.0/util/clissh/sigwinch
About SIGWINCH: GNU Manual
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
What's broken?
cmdrunner
Module usessyscall.SIGWINCH
which is undefined for Windows-Reference commit which triggered this behavior: commit/c7ac2be510d28d572fb10c6b9ccc2319a85c49fc
Additional Information
From what I've found googling,
syscall.SIGWINCH
is Unix/Linux specific and has no equivalent replacement in Windows. For now, build directive can be added to compile on Windows and panic on runtime when/if the module is used.Here is an example: https://github.com/cloudfoundry/cli/tree/v7.1.0/util/clissh/sigwinch
About SIGWINCH: GNU Manual
Here is the commit that I'v made on my repository to make it work: commit/5c16134f65ae41d7968038ec0463137ddde56178
If this is acceptable, I can create a pull request for this commit only.
The text was updated successfully, but these errors were encountered: