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

bug when using up and down key #264

Closed
j67678 opened this issue Sep 13, 2014 · 8 comments
Closed

bug when using up and down key #264

j67678 opened this issue Sep 13, 2014 · 8 comments
Labels
👆 clink Upstream issue in clink.

Comments

@j67678
Copy link

j67678 commented Sep 13, 2014

Steps to reproduce this bug:

  1. input ipconfig or any other command, enter
  2. press up key, press down key
  3. an i persists at beginning of line and cannot be deleted
  4. press up key, there will be iipconfig

i'm using windows 8.1 x64 pro Chinese version

@JayXon
Copy link

JayXon commented Oct 8, 2014

Same here, the command has to be longer than 4 characters to reproduce this issue.

@naphelly24
Copy link

In prompt.lua file (cmder>>config>>prompt.lua), change character 'λ' to other symbol will solve the issue.
My prompt.lua file FYI:
function lambda_prompt_filter()
clink.prompt.value = string.gsub(clink.prompt.value, "{lamb}", ">>")
end

clink.prompt.register_filter(lambda_prompt_filter, 40)

@JayXon
Copy link

JayXon commented Dec 4, 2014

@naphelly24 it works, thank you.

@Jackbennett
Copy link
Contributor

Seems fixed, testing feedback on #506 please

@ilessy
Copy link

ilessy commented Nov 3, 2016

@naphelly24 thanks a lot. but the file path is now "cmder\vendor\clink.lua".

@jay763190097
Copy link

@naphelly24 how to solve the problem with the version 1.3.2?

@heweiwei
Copy link

I still encounter this issue on version 161206 stable

@jdhao
Copy link

jdhao commented Nov 15, 2018

@heweiwei , see here for a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👆 clink Upstream issue in clink.
Projects
None yet
Development

No branches or pull requests

9 participants