You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
Currently we don't have
get_term_size
andset_term_size
for non-blocking Terminal. they are only available for blocking API. I sincerely hope to add this feature.Thank you!
The text was updated successfully, but these errors were encountered: