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

Feature Request: set_term_size() for non-blocking Terminal #2

Open
Tnze opened this issue Dec 20, 2023 · 3 comments
Open

Feature Request: set_term_size() for non-blocking Terminal #2

Tnze opened this issue Dec 20, 2023 · 3 comments

Comments

@Tnze
Copy link

Tnze commented Dec 20, 2023

Currently we don't have get_term_size and set_term_size for non-blocking Terminal. they are only available for blocking API. I sincerely hope to add this feature.

Thank you!

@michaelvanstraten
Copy link
Owner

Hi, thanks for the feature request.

The std lib features, of which I'm basing the windows' implementation side, currently has a bug which I need to fix.
This can take some time since there are other people involved and communication has to happen over multiple times zones, but I am aware of the issue, and I am working on a solution. As soon as that is done, I should be able to fully implement the crate as envisioned by me.

@Tnze
Copy link
Author

Tnze commented Dec 20, 2023

And could we expose the internal Child? I found it's required to get the pid in my case.

@michaelvanstraten
Copy link
Owner

That is my plan as soon as the issue with std lib is resolved. I was thinking about exposing it using AsRef.

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

No branches or pull requests

2 participants