-
-
Notifications
You must be signed in to change notification settings - Fork 440
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
NetBSD: Unicode support with X/Open Curses #660
Labels
NetBSD 🎏
NetBSD related issues
Comments
alarixnia
added a commit
to alarixnia/htop
that referenced
this issue
Jul 13, 2021
Right now Unicode support must be disabled, because htop peeks into the ncurses cchar_t struct with Unicode enabled. NetBSD's cchar_t has different contents. Fixes htop-dev#660 Signed-off-by: Nia Alarie <nia@NetBSD.org>
alarixnia
added a commit
to alarixnia/htop
that referenced
this issue
Jul 13, 2021
Right now Unicode support must be disabled, because htop peeks into the ncurses cchar_t struct with Unicode enabled. NetBSD's cchar_t has different contents. Partially fixes htop-dev#660 Signed-off-by: Nia Alarie <nia@NetBSD.org>
BenBE
pushed a commit
to alarixnia/htop
that referenced
this issue
Jul 13, 2021
Right now Unicode support must be disabled, because htop peeks into the ncurses cchar_t struct with Unicode enabled. NetBSD's cchar_t has different contents. Partially fixes htop-dev#660 Signed-off-by: Nia Alarie <nia@NetBSD.org>
BenBE
pushed a commit
that referenced
this issue
Jul 13, 2021
Right now Unicode support must be disabled, because htop peeks into the ncurses cchar_t struct with Unicode enabled. NetBSD's cchar_t has different contents. Partially fixes #660 Signed-off-by: Nia Alarie <nia@NetBSD.org>
Still needs fixes for proper Unicode support, which is not resolved in #688. |
smalinux
pushed a commit
to smalinux/htop
that referenced
this issue
Jul 23, 2021
Right now Unicode support must be disabled, because htop peeks into the ncurses cchar_t struct with Unicode enabled. NetBSD's cchar_t has different contents. Partially fixes htop-dev#660 Signed-off-by: Nia Alarie <nia@NetBSD.org>
smalinux
pushed a commit
to smalinux/htop
that referenced
this issue
Jul 23, 2021
Right now Unicode support must be disabled, because htop peeks into the ncurses cchar_t struct with Unicode enabled. NetBSD's cchar_t has different contents. Partially fixes htop-dev#660 Signed-off-by: Nia Alarie <nia@NetBSD.org>
cgzones
changed the title
NetBSD: Allow for building with X/Open Curses
NetBSD: Unicode support with X/Open Curses
Sep 4, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In particular getting it to build with X/Open Curses seems difficult - it is peeking into ncurses-specific structs.
Originally posted by @alarixbsd in #603 (comment)
The text was updated successfully, but these errors were encountered: