mirror of
https://github.com/walles/moar.git
synced 2024-11-12 17:22:53 +03:00
0ba1efbe46
Before this change, if you scrolled up a lot with the mouse wheel, thus creating many arrow-up events, you could sometimes escape and start scrolling into the terminal's scrollback buffer (iTerm2, macOS). With this change in place that doesn't happen any more. I don't understand why. The difference between Sync() and Show() is that: * Sync() redraws the entire screen unconditionally * Show() tries to update only the parts of the screen that actually changed |
||
---|---|---|
.. | ||
ansiTokenizer.go | ||
pager_test.go | ||
pager.go | ||
reader_test.go | ||
reader.go |