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

NetBSD: Unicode support with X/Open Curses #660

Open
BenBE opened this issue Jun 17, 2021 · 1 comment · Fixed by #688
Open

NetBSD: Unicode support with X/Open Curses #660

BenBE opened this issue Jun 17, 2021 · 1 comment · Fixed by #688
Labels
NetBSD 🎏 NetBSD related issues

Comments

@BenBE
Copy link
Member

BenBE commented Jun 17, 2021

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)

@BenBE BenBE added the NetBSD 🎏 NetBSD related issues label Jun 17, 2021
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>
@BenBE
Copy link
Member Author

BenBE commented Jul 13, 2021

Still needs fixes for proper Unicode support, which is not resolved in #688.

@BenBE BenBE reopened this Jul 13, 2021
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 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
Labels
NetBSD 🎏 NetBSD related issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant