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
Description
bcmsh does not support up/down arrow, backspace or history.
This made it not useful for interactive shell.
To fix this, we need upgrade socat so it supports READLINE feature and we should pass READLINE parameter when calling from socat to UNIX socket.
Steps to reproduce the issue: 1. drivshell>^[[A -- up arrow case.
drivshell>^[[B
--- down arrow case
drivshell>l3 nat^H
-- backspace case
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
**Output of `show version`:** ``` (paste your output here) ``` **Attach debug file `sudo generate_dump`:** ``` (paste your output here) ```
The text was updated successfully, but these errors were encountered:
Welcome any pull request on this! Thanks Zhenggen!
Sorry, something went wrong.
No branches or pull requests
Description
bcmsh does not support up/down arrow, backspace or history.
This made it not useful for interactive shell.
To fix this, we need upgrade socat so it supports READLINE feature and we should pass READLINE parameter when calling from socat to UNIX socket.
Steps to reproduce the issue:
1.
drivshell>^[[A
-- up arrow case.
drivshell>^[[B
--- down arrow case
drivshell>l3 nat^H
-- backspace case
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: