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

Display problem when using up arrow for histroy commands #2429

Closed
playgithub opened this issue Dec 6, 2020 · 5 comments
Closed

Display problem when using up arrow for histroy commands #2429

playgithub opened this issue Dec 6, 2020 · 5 comments

Comments

@playgithub
Copy link

playgithub commented Dec 6, 2020

Env

Window 10
Cmder 1.3.16.1035 (191012 preview in Help/About)

Problem

D:\test
λ find . -name "aaa"
...

λ whoami
desktop-safa34r\aaa

# press up arrow

D:\test
λ wfind . -name "aaa"
Access denied - .
File not found - -NAME

# press up arrow

D:\test
λ find . -name "aaa"

It doesn't alwyas occur, I can't find the condition when it will occur.
However the problem often occurs.

@daxgames
Copy link
Member

daxgames commented Dec 6, 2020

Usually this is a font thing and not liking the 'lambda'. Try a different font, or you could change the 'lambda' to '$' using a custom prompt.lua in the config folder.

See:#2348 (comment)

@playgithub
Copy link
Author

OK, still hope it can be fixed anyway
Thanks

@playgithub
Copy link
Author

I'm using the quite common font consolas, I think the problem should be fixed.

@playgithub playgithub reopened this Dec 17, 2020
@daxgames
Copy link
Member

daxgames commented Dec 17, 2020

The only fix we have identified is changing the lambda and that is possible in user config as stated. Other maintainers have stated quite clearly the lambda will not be changed and I cannot reverse that decision.

@playgithub
Copy link
Author

Other maintainers have stated quite clearly the lambda will not be changed and I cannot reverse that decision.

If they insist on using lambda, they should see the bug and fix it.

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

2 participants