Skip to content

Commit

Permalink
Remove unclear comment
Browse files Browse the repository at this point in the history
That I wrote!
  • Loading branch information
walles committed Nov 26, 2022
1 parent e06acc6 commit bb1126b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions m/pager.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bb1126b

Please sign in to comment.