-
Notifications
You must be signed in to change notification settings - Fork 73
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
terminfo addition #262
Comments
Inclusion in the framebuffer/DRM port was done as part of commit 2481460. The It appears CMake handling occurred pretty much automatically. I briefly thought we might have to explicitly say that Which leaves documentation. That was also handled (somewhat) automatically; when So it looks to me as if the remaining four items can be checked off and this issue closed. |
I think one thing still open:
|
Well... the code is linked in (it's part of the library). It's not "used", but it's all stubs, so it wouldn't do anything anyway. I don't see much point in adding, say, int err_code = vid_attr( A_BLINK, 1, NULL); /* does nothing */ to a demo. |
Well, it wasn't, which was the reason for #253... If we don't have any demo (maybe one from ncurses?) then we don't know if cod with those functions would compile and link. ... but feel free to close the issue when you consider this "done". |
This issue is about tracking the state of this. The "deletion commit" of 22c4d82 was reverted fully in PDCursesMod already, but the "addition" is not yet complete, more checks are needed for:
Originally posted by @GitMensch in #254 - related to #253
The text was updated successfully, but these errors were encountered: