1
1
mirror of https://github.com/walles/moar.git synced 2024-09-11 12:15:43 +03:00

Remove unclear comment

That I wrote!
This commit is contained in:
Johan Walles 2022-11-26 22:28:38 +01:00
parent e06acc6243
commit bb1126bf7a

View File

@ -489,9 +489,6 @@ func (p *Pager) StartPaging(screen twin.Screen) {
case eventMoreLinesAvailable:
if p.mode.isViewing() && p.Following {
p.scrollToEnd()
} else {
// Doing nothing here is fine; screen will be refreshed on the next
// iteration of the main loop.
}
case eventSpinnerUpdate: