-
Notifications
You must be signed in to change notification settings - Fork 283
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
The Ctrl+Z cause some text remain on screen #346
Comments
hit Ctrl+Z again? :) but seriously, I can confirm this happening in pure cmd.exe, apparently it deletes portions of text rather than the entire pasted/typed string. but maybe it's a feature rather than a bug? |
@uahim I tried. Hit Ctrl+Z multiple times doesn't solve the problem. Also, the pure cmd.exe doesn't have a "Ctrl+Z" (undo) feature. I don't understand what do you mean about "maybe it's a feature rather than a bug" ? |
I recorded a short video to show this problem. Please check: https://youtu.be/sQ5ZURcAi5Q |
@doggy8088 sorry, I chose my words poorly: by "pure cmd" I meant it also happens in clink+cmd rather than clink+cmder, of course; and in clink+cmd this behavior can be reproduced, but can be worked around with simply repeating the shortcut (which indeed is a little annoying). with the last sentence I meant maybe it is the way the authoer intended it to be or it may be depending on readline. |
@uahim I tried to use clink+cmd that is ok. It may not a problem from clink or readline. I'm not sure. Is it possible a Cmder problem? |
I find out the root cause finally. I think this problem is not related to clink. My workaround was noted here: cmderdev/cmder#623 |
interesting. as I said I'm not using cmder, but I experience the same behavior. when I paste this is reproducable in multiple/new cmd windows. |
When I using Cmder, I met this problem long time ago. When I paste a text with Ctrl+V onto the Console, then press Ctrl+Z (undo). The first character will remain on screen. Here is the steps to reproduce this problem.
http://cmder.net/
The text was updated successfully, but these errors were encountered: