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
This function has existed internally for some time, but since equivalent functions were often reimplemented in the packages used, we published it as a utility function.
GetKey, unlike (*TTY) ReadRune, returns a series of input key sequences like "[\x1B[A" as a string.
The parameter tty is expected to be set the instance of 'go-tty.TTY' or a compatible one.
It must have methods: Raw(), ReadRune(), and Buffered().