-
Notifications
You must be signed in to change notification settings - Fork 144
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
user/vis: new package #3328
base: master
Are you sure you want to change the base?
user/vis: new package #3328
Conversation
@@ -0,0 +1,21 @@ | |||
pkgname = "libtermkey" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we previously removed libtermkey because it's dead/deprecated upstream (e3b484d)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unfortunately it is still a dependency of vis.
the alternative discussed in the PR to remove curses support is possible, but it may be incompatible with terminals.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what do you think about vendoring libtermkey within user/vis?
Besides it consists of only 3 C files which could always be included in vis directly (but I prefer not to do so).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vendoring it should be fine yeah (should be either compiled in, or built as a static library and then linked in)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
attempting to vendor it has been a pain in the ass since im not familiar with this, is vendoring it truly preferred?
6c69622
to
561e578
Compare
Description
Checklist