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

Hardware cursor moves to wrong line #735

Closed
tspivey opened this issue Sep 18, 2020 · 3 comments
Closed

Hardware cursor moves to wrong line #735

tspivey opened this issue Sep 18, 2020 · 3 comments
Labels

Comments

@tspivey
Copy link

tspivey commented Sep 18, 2020

Environment details (Put x in the checkbox along with the information)

[x] Operating System: Ubuntu 20.04
[X] Desktop Environment: none
[x] Terminal Emulator: PuTTY 0.74, 30 rows by 120 columns
[X] Shell: bash
[ ] Custom desktop opener (if applicable):
[x] Program options used: -w
[ ] Configuration options set:
[x] Issue exists on nnn master

Exact steps to reproduce the issue

mkdir tmp
cd tmp
for i in {1..100};do touch $i;done
nnn -w

Files 1 through 26 are shown, and the hardware cursor is on 1. Scroll down with the down arrow; all goes well until I get to file 24 and the list scrolls.
When I hit 24, the cursor sits on 25, while 24 is selected. After that, the hardware cursor and the selected file don't match.

@tspivey tspivey added the bug label Sep 18, 2020
@jarun
Copy link
Owner

jarun commented Sep 18, 2020

@Iressa can you please take a look?

@jarun jarun closed this as completed in 56dec17 Sep 18, 2020
@jarun
Copy link
Owner

jarun commented Sep 18, 2020

Please confirm if the patch works as expected.

@jarun jarun mentioned this issue Sep 18, 2020
30 tasks
@tspivey
Copy link
Author

tspivey commented Sep 18, 2020

It's working so far. Thanks!

@github-actions github-actions bot locked and limited conversation to collaborators Oct 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants