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

CJK problem #222

Closed
noisia04 opened this issue Jul 14, 2014 · 6 comments
Closed

CJK problem #222

noisia04 opened this issue Jul 14, 2014 · 6 comments

Comments

@noisia04
Copy link

Hello. I am korean and when I use cmder, it has a problem. CJK characters are too close to each other.
(Windows 7 64bit korean version, cmder 1.1.3)

Look at this. [오후], [파일], [디렉터리], [바이트], [남음] are overlapped.
cjk problem

@Jackbennett
Copy link
Contributor

Is this the same with the output from dir as it is ls

I'm wondering if it's clink being weird. If the above is different could you try right-click in the tab bar new console and choose the powershell one just to see if it has the same ls font behaviour.

@noisia04
Copy link
Author

cmd dir
cmd dir

cmd ls
cmd ls

powershell dir
ps dir

powershell ls
ps ls

@felixlu
Copy link

felixlu commented Jul 21, 2014

Resolution: in Settings > Main, uncheck the checkbox "Monospace" under the Font dropdown list.

@noisia04
Copy link
Author

Thank you!

cmder

@felixlu
Copy link

felixlu commented Jul 21, 2014

You are welcome. Solution for ls fonts:
Open the file config/aliases and add the following content:

l=ls --show-control-chars --color $*
la=ls -aF --show-control-chars --color $*
ll=ls -alF --show-control-chars --color $*
ls=ls --show-control-chars -F --color $*

and comment the default ls line.

@Jackbennett
Copy link
Contributor

commit 997bd5c24... has pulled in ls=ls --show-control-chars -F --color $* so I'm closing this fixed.

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