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

Moving cursor up down on multiline command with wrapping #557

Closed
jcubic opened this issue Feb 1, 2020 · 0 comments
Closed

Moving cursor up down on multiline command with wrapping #557

jcubic opened this issue Feb 1, 2020 · 0 comments
Labels
Bug resolved if issue is resolved, it will be open until merge with master

Comments

@jcubic
Copy link
Owner

jcubic commented Feb 1, 2020

Expected behavior

When command have more then one line and those lines split into more lines I expect up/down to work correctly

Actual behavior

it jump and not move into position of splitted line visibile on terminal but original lines that user type
so basically it only handle real line breaks and not terminal wrapping.

Steps to reproduce

  1. Enter text with multiple lines
  2. Resize the terminal to make lines break into additional lines
  3. Try to move cursor up/down
@jcubic jcubic added the Bug label Feb 1, 2020
jcubic added a commit that referenced this issue Feb 5, 2020
@jcubic jcubic added the resolved if issue is resolved, it will be open until merge with master label Feb 5, 2020
@jcubic jcubic closed this as completed Feb 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug resolved if issue is resolved, it will be open until merge with master
Projects
None yet
Development

No branches or pull requests

1 participant