walles / moar

Moar is a pager. It's designed to just do the right thing without any configuration.
Other
600 stars 17 forks source link

2to3 stderr output clobbers display #13

Closed walles closed 4 years ago

walles commented 4 years ago

If you run 2to3 on some code base and pipe the output into moar, moar's display gets clobbered by the stderr output of 2to3.

This needs to be handled somehow.

walles commented 4 years ago

Fixed by 64015a0f90594df893e2a18b270d1df258d5bcec, released in 0.9.17.

With this change in place you can now press CTRL-l to refresh the screen.