Skip to content

Conversation

@mitsuhiko
Copy link
Collaborator

Turns out that polling on ttys does not work on macos. This now falls back to select if a tty is detected.

Fixes #168

@mitsuhiko mitsuhiko force-pushed the feature/select-tty branch from d1ed42d to efbd2da Compare May 18, 2023 10:09
@mitsuhiko mitsuhiko merged commit 66cb2aa into master May 18, 2023
@mitsuhiko mitsuhiko deleted the feature/select-tty branch May 18, 2023 10:22
@ioquatix
Copy link

kqueue works according to my own tests, but only on modern (past few years) releases of the OS. Before that, there were a lot of issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

read_key goes into an endless loop and eventually exhausts file handles

3 participants