-
Notifications
You must be signed in to change notification settings - Fork 49
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
Split out terminfo #48
Comments
That probably makes sense. Then, the |
I was actually planning on splitting out the |
That sounds so much better. All these new(...ish) Rust patterns are much nicer than my naive bumblings ~two years ago. |
@Stebalien: I know it was a while ago that you wrote this comment, but: Were you thinking about making |
On windows, we'd have to use an enum (as we can have both Terminfo terminals and WinConsole terminals). On linux, it would choose between terminfo and ANSI (when we can't find terminfo information but we know the terminal is an ANSI terminal). Unfortunately, my free time has dropped to 0 so this repo is now in "patches welcome" mode (I'll review patches but won't be doing much in terms of implementing new features). |
I don't think there's anything wrong with a |
I believe a function that returns |
I see, on windows. |
We might want to split the terminfo module out into its own crate.
The text was updated successfully, but these errors were encountered: