Cmder: Extra space before cursor

Created on 13 Apr 2017  路  6Comments  路  Source: cmderdev/cmder

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.

Most helpful comment

Startup -> Environment
Then add chcp 65001
image

All 6 comments

Startup -> Environment
Then add chcp 65001
image

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

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

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

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 = ">>"

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

isnullxbh picture isnullxbh  路  3Comments

danwellman picture danwellman  路  3Comments

AaronKaa picture AaronKaa  路  3Comments

luisrudge picture luisrudge  路  3Comments

jenisys picture jenisys  路  3Comments