-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
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
make shell cursor blink #106
Comments
My cursor is blinking in interactive mode when using powershell and cmd and the cursor keys work Are you using ConEmu by any chance? See: moby/moby#13817 and moby/moby#25578 |
You are right. I realize that the cursor eventually shows up and blinks at somewhere in the command line. It is just slow, after left/right array keys are released. The problem happens when keeping press the arrow keys for moving the cursor. This is in cmd when docker run/exec containers with some images i tried. It's not ConEmu unlike the other two issues. |
Thanks for getting back. Can this issue be closed? |
sure. let's close it. Thanks, |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Expected behavior
Shell cursor should blink when moving by left/right arrow keys .
Actual behavior
Cursor in docker container shell (e.g. ubuntu image) does not blink. So it's hard to see where the cursor is when moving with left/right arrow keys. However in Vim, for example, the cursor blinks.
Information
Same as above in Windows 10 cmd.
Steps to reproduce the behavior
cmd or powerhshell (but not e.g. mingw in git)
/bin/bash
docker run -it
or,
docker exec -it /bin/bash
enter some commands
press up key tosome previous command, and then move cursor with left/right array.
vim some file, where the cursor indeed blinks.
The text was updated successfully, but these errors were encountered: