Commit 6af049a
committed
Enable tty support on macOS
Crossterm has added tty pipe support behind a feature flag. This enables
that feature flag on macOS to allow for pipes to work again. This
technically creates a small performance drop on macOS, but since this
application is generally not IO bounded, this should be okay.1 parent 24a5637 commit 6af049a
2 files changed
+16
-0
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
0 commit comments