about summary refs log tree commit diff
path: root/filter.c
Commit message (Collapse)AuthorAgeFilesLines
* filter: make more robustLeah Neukirchen2017-03-261-2/+2
| | | | | | | MacOS will send POLLIN for empty reads on EOF, so detect ret == 0 too. Also poll for POLLHUP, which other systems use to message EOF. Fixes #18.
* clean up whitespaceLeah Neukirchen2017-01-261-4/+4
|
* filter: slay warningChristian Neukirchen2016-07-291-1/+1
|
* mshow: actually filter the partsChristian Neukirchen2016-07-291-0/+124