Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

termwiz: avoid using poll(2) on macos with ptys, as it doesn't work there #31

Closed
wez opened this issue Jun 2, 2019 · 1 comment
Closed

Comments

@wez
Copy link
Owner

wez commented Jun 2, 2019

Originally reported in markbt/streampager#1

The TL;DR is that macOS is a bit of a disaster when it comes to poll(2) and we need to use select(2) instead on that platform.

wez added a commit that referenced this issue Jun 3, 2019
This is just a minor refactoring at this stage

Refs #31
wez added a commit that referenced this issue Jun 3, 2019
@wez wez closed this as completed Jun 4, 2019
@github-actions
Copy link
Contributor

github-actions bot commented Feb 4, 2023

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant