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
Go version 1.21.8. Goland version 2024.1.4. readline version v1.5.1 Sample code using example/readline-demo/readline-demo.go
1.21.8
2024.1.4
v1.5.1
example/readline-demo/readline-demo.go
If you don't configure Stdin in readline.Config build, you won't be able to input the
Stdin
readline.Config
After manually configuring Stdin: os.Stdin it works, but the TAB key and history don't work!
Stdin: os.Stdin
TAB
Running in GoLand's terminal panel works fine, only the debug panel doesn't work.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Go version
1.21.8
.Goland version
2024.1.4
.readline version
v1.5.1
Sample code using
example/readline-demo/readline-demo.go
If you don't configure
Stdin
inreadline.Config
build, you won't be able to input theAfter manually configuring
Stdin: os.Stdin
it works, but theTAB
key and history don't work!Running in GoLand's terminal panel works fine, only the debug panel doesn't work.
The text was updated successfully, but these errors were encountered: