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

tty: enable TCSETSF #9339

Merged
merged 1 commit into from
Sep 6, 2023
Merged

tty: enable TCSETSF #9339

merged 1 commit into from
Sep 6, 2023

Conversation

kevinGC
Copy link
Collaborator

@kevinGC kevinGC commented Sep 5, 2023

While there is a difference between flavors of this ioctl (TCSETS, TCSETSF, TCSETSW), in practice it seems not to matter. We should let users call TCSETSF and can implement those differences if necessary.

Fixes #9335.

While there is a difference between flavors of this ioctl (`TCSETS`,
`TCSETSF`, `TCSETSW`), in practice it seems not to matter. We should let
users call `TCSETSF` and can implement those differences if necessary.
@copybara-service copybara-service bot mentioned this pull request Sep 5, 2023
@copybara-service copybara-service bot merged commit 4146284 into google:master Sep 6, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ioctl tty TCSETSF unsupported. Python tty.setraw() fails
2 participants