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

Zellij skips one extra line with Page-{Up,Down} when frames are enabled #1002

Closed
jovandeginste opened this issue Jan 10, 2022 · 3 comments · Fixed by #1025
Closed

Zellij skips one extra line with Page-{Up,Down} when frames are enabled #1002

jovandeginste opened this issue Jan 10, 2022 · 3 comments · Fixed by #1025

Comments

@jovandeginste
Copy link

Basic information

zellij --version: 0.24.0
tput lines: 57
tput cols: 237
uname -av or ver(Windows): 5.13.0-23-generic

Further information

  1. start zellij, make sure frames are enabled (add panes as you wish, it remains reproducible)
  2. print numbered lines (I did: for i in {1..200}; do echo $i; done); make sure you have >2x as many lines printed as you have lines on your screen
  3. switch to scroll mode
  4. use page-up / page-down, and see how one line (number) is skipped
    • op line on my screen says 147
    • I press page-up
    • bottom line on my screen says 145

Bonus:
5. disable frames
6. scroll works correctly (no skipped lines)

@jovandeginste
Copy link
Author

(Also, happy New Year!)

@jaeheonji
Copy link
Member

This issue seems similar to this #952

@jovandeginste
Copy link
Author

This issue seems similar to this #952

Similar, maybe, but I'm not sure it is related... I could be completely wrong, of course 😉

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

Successfully merging a pull request may close this issue.

2 participants