Skip to content
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

Cmder console remain unused text on screen #623

Closed
doggy8088 opened this issue Sep 3, 2015 · 3 comments
Closed

Cmder console remain unused text on screen #623

doggy8088 opened this issue Sep 3, 2015 · 3 comments

Comments

@doggy8088
Copy link

I met this problem for a couple of months. It still doesn't fixed yet. Here is the steps to reproduce this problem.

  1. Open cmder window (Command prompt)
    image
  2. Paste a text on it. For example, http://cmder.net/
    image
  3. Then press Ctrl+Z undo changes. You'll see "h" remain on window and the "h" can't be deleted unless you clear the screen by "Ctrl+L".
    image
  4. If you just paste the same text again. The screen will like the following screenshot.
    image

I also recorded a short video to show this problem. See here: https://youtu.be/sQ5ZURcAi5Q

Also, I tried to use cmd+clink and there is no problem at this combination. Only happen when using cmder+clink.

@doggy8088
Copy link
Author

I find out the root cause finally. The default "{lamb}" character cause this problem.

Here is my workaround:

  1. Edit %CMDER_ROOT%\vendor\init.bat file
  2. In the Line 12, I changed @prompt $E[1;32;40m$P$S{git}{hg}$S$_$E[1;30;40m{lamb}$S$E[0m instead of @prompt $E[1;32;40m$P$S{git}{hg}$S$_$E[1;30;40m$G$S$E[0m

@fghhfg
Copy link

fghhfg commented Nov 4, 2016

Where can I change it in the version 1.3.1 of cmder?

@jackusay
Copy link

ref #506 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants