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

fix(ext/node): allow writing to tty columns #26201

Merged
merged 2 commits into from
Oct 14, 2024

Conversation

littledivy
Copy link
Member

@littledivy littledivy commented Oct 13, 2024

Behave similar to Node.js where modifying stdout.columns doesn't really resize the terminal. Ref nodejs/node#17529

Fixes #26196

@bartlomieju
Copy link
Member

Can we test it somehow?

@littledivy littledivy merged commit 68b388a into denoland:main Oct 14, 2024
17 checks passed
@littledivy littledivy deleted the stdio_columns_writable branch October 14, 2024 08:30
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.

Writing to process.stdout.columns causes an error.
2 participants