Commit eaea679
Fixes macOS piping error by forcing urwid to use selectors.SelectSelector
fixes: #155
see: urwid/urwid#1025
piping with urlscan was broken on macOS due to issues with
selectors.KqueueSelector, which is the default on macOS.
This overrides the default on macOS to fix the problem.1 parent 44c0151 commit eaea679
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
0 commit comments