markbt / streampager

A pager for command output or large files
MIT License
45 stars 11 forks source link

Improve early exit handling #19

Closed quark-zju closed 4 years ago

quark-zju commented 4 years ago

When the pager exits early, it's expected to:

This PR addresses panic and "close stream" issues. I didn't looked into the watcher thread since the main usecase is the stream-typed Files.

markbt commented 4 years ago

Thanks!