-
Notifications
You must be signed in to change notification settings - Fork 2k
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
bug when using up and down key #264
Comments
Same here, the command has to be longer than 4 characters to reproduce this issue. |
In prompt.lua file (cmder>>config>>prompt.lua), change character 'λ' to other symbol will solve the issue. clink.prompt.register_filter(lambda_prompt_filter, 40) |
@naphelly24 it works, thank you. |
Seems fixed, testing feedback on #506 please |
@naphelly24 thanks a lot. but the file path is now "cmder\vendor\clink.lua". |
@naphelly24 how to solve the problem with the version 1.3.2? |
I still encounter this issue on version 161206 stable |
Steps to reproduce this bug:
ipconfig
or any other command,enter
up
key, pressdown
keyi
persists at beginning of line and cannot be deletedup
key, there will beiipconfig
i'm using windows 8.1 x64 pro Chinese version
The text was updated successfully, but these errors were encountered: