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

term: windows console handling is incomplete #13

Closed
steveklabnik opened this issue Jan 21, 2015 · 4 comments
Closed

term: windows console handling is incomplete #13

steveklabnik opened this issue Jan 21, 2015 · 4 comments

Comments

@steveklabnik
Copy link
Contributor

Issue by cmr
Tuesday Apr 08, 2014 at 14:55 GMT

For earlier discussion, see rust-lang/rust#13400

This issue was labelled with: A-libs, A-windows, E-easy in the Rust repository


The Windows Console API is large and complex. libterm only handles using stdout as a console.

Honestly nobody cares about the windows console API. This work probably belongs in https://github.com/klutzy/rust-windows

@emberian
Copy link
Contributor

These days, I still think that the support we have now is sufficient and that another crate should create a high-level wrapper of the windows console api.

@retep998
Copy link
Contributor

I should point out I am starting work on a middle level wrapper of the windows console api and other console/terminal libraries can build on top of that.

https://github.com/retep998/wio-rs/blob/master/src/console.rs

@emberian
Copy link
Contributor

Lovely! That looks pretty damn nice already, comparably.

@Stebalien
Copy link
Owner

I'm closing this in favour of #47 and #48.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants