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

fix: on linux multiline move was not working #103

Merged
merged 1 commit into from
Oct 2, 2017

Conversation

mrsinham
Copy link
Contributor

on linux, if you want to change line when moving backward, \b are not enough. You need to change line
and move to the right.

In consequence you can't change line on multiline inputs just with the left arrow. This PR fix it.

asciicast

on linux, if you want to change line, \b are not enough. You need to change line
and move to the right.
@mrsinham mrsinham changed the title fix: on linux multine move was not working fix: on linux multiline move was not working Feb 13, 2017
@chzyer chzyer merged commit aee0fa6 into chzyer:master Oct 2, 2017
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

Successfully merging this pull request may close these issues.

2 participants