liamg / darktile

:waning_crescent_moon: Darktile is a GPU rendered terminal emulator designed for tiling window managers.
MIT License
3.04k stars 112 forks source link

Paging up doesn't work #157

Closed tmathews closed 5 years ago

tmathews commented 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:

  1. less mylongfile.txt
  2. Page down with ctrl-d, down, pgdown, or shift+g
  3. Press ctrl-u, up, pgup, or g

Expected behavior Re-render the entire display.

Environment: OS: Ubuntu 18.10 Shell: Bash

tmathews commented 5 years ago

If someone provides me some info on where this bug exists I can try to take a stab at it.

tmathews commented 5 years ago

Works, thanks.