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

Cursor disappear #576

Closed
jcubic opened this issue May 21, 2020 · 1 comment
Closed

Cursor disappear #576

jcubic opened this issue May 21, 2020 · 1 comment
Labels
Bug good first issue resolved if issue is resolved, it will be open until merge with master

Comments

@jcubic
Copy link
Owner

jcubic commented May 21, 2020

Issue summary

When you have longer line then shorter line in CMD when moving cursor down from longer to shorter cursor disappear

Expected behavior

Cursor is at the end of the shorter line

Actual behavior

cursor disappear

Steps to reproduce

  1. enter in cmd (you can use term.insert or term.set_command).
> foo bar baz
x
  1. move cursor after baz in first line (you can click after first line)
  2. press down arrow
@jcubic jcubic added the Bug label May 21, 2020
@jcubic
Copy link
Owner Author

jcubic commented May 21, 2020

Also if there is 3rd longer line, it don't move to the second line it move to the 3rd. Should be easy to fix you need to check the line length before moving the cursor.

jcubic added a commit that referenced this issue May 22, 2020
@jcubic jcubic added the resolved if issue is resolved, it will be open until merge with master label May 22, 2020
@jcubic jcubic closed this as completed May 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug good first issue resolved if issue is resolved, it will be open until merge with master
Projects
None yet
Development

No branches or pull requests

1 participant