We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the tty is /dev/ttyS0, readline gets the term width as 0 (stty size output is 0 0), resulting in invalid tab and infinite loop of arrow keys
w return is 0
readline/utils_unix.go
Lines 39 to 45 in 7f93d88
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the tty is /dev/ttyS0, readline gets the term width as 0 (stty size output is 0 0), resulting in invalid tab and infinite loop of arrow keys
w return is 0
readline/utils_unix.go
Lines 39 to 45 in 7f93d88
The text was updated successfully, but these errors were encountered: