Closed tmathews closed 5 years ago
Describe the bug Paging up only renders the first line and then ignores the remaining leaving old text on screen. This affects all applications that use a pager.
To Reproduce Steps to reproduce the behavior:
less mylongfile.txt
ctrl-d
down
pgdown
shift+g
ctrl-u
up
pgup
g
Expected behavior Re-render the entire display.
Environment: OS: Ubuntu 18.10 Shell: Bash
If someone provides me some info on where this bug exists I can try to take a stab at it.
Works, thanks.
Describe the bug Paging up only renders the first line and then ignores the remaining leaving old text on screen. This affects all applications that use a pager.
To Reproduce Steps to reproduce the behavior:
less mylongfile.txt
ctrl-d
,down
,pgdown
, orshift+g
ctrl-u
,up
,pgup
, org
Expected behavior Re-render the entire display.
Environment: OS: Ubuntu 18.10 Shell: Bash