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

Extra space before cursor #1342

Closed
fztfztfztfzt opened this issue Apr 13, 2017 · 6 comments
Closed

Extra space before cursor #1342

fztfztfztfzt opened this issue Apr 13, 2017 · 6 comments

Comments

@fztfztfztfzt
Copy link

bug
There is an extra space before the cursor, how to fix this bug?
This problem only occur when I open cmd.exe, but there is no extra space when I open powershell with cmder.

@Jeff-sjtu
Copy link

Startup -> Environment
Then add chcp 65001
image

@fztfztfztfzt
Copy link
Author

@Jeff-sjtu Thank you. Your answer fix my problem

@phpcyy
Copy link

phpcyy commented Apr 19, 2017

@Jeff-sjtu I have take your method. But When I use ssh command, this problem will reappear. How can I fix it ?
_20170419105729

@holazt
Copy link

holazt commented May 27, 2017

@fztfztfztfzt hi, this is Windows 10 bug, please upgrade to OS version 15063.332 .

@GeeKidult
Copy link

OS: Windows 10
Change the original command prompt λ to other characters in file cmder/vendor/clink.lua line 51

// before fixing
local lambda = "λ"

// after modification
local lambda = ">>"

@daxgames
Copy link
Member

Don't edit clink.lua. There are other BETTER ways. search for prompt.lua

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

6 participants