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
No, winpty translates windows console events into pty characters.
golang/term is effectively a terminal emulator, it manages the visual state of a pty by sending control characters, but does not translate windows console events to pty characters.
containerd/console provides methods for controlling ptys on linux, and the console on windows. It does not provide a method for converting it into a pty compatible form.
does it possible replace with https://github.com/golang/term or https://github.com/containerd/console
The text was updated successfully, but these errors were encountered: