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

Added detection of ncursesw and tinfo libs #72

Closed
wants to merge 1 commit into from

Conversation

vrza
Copy link
Contributor

@vrza vrza commented Jul 19, 2023

Fixes wide-character display in curses client when wide-character (e.g. UTF-8) locale is used.

Fixes compilation on Gentoo, where linking with -lncurses -ltinfo (or wide-char variantes -lncursesw -ltinfow) is required.

Closes #71.

I also found a specific macro AX_WITH_CURSES, and that seems to promise proper curses detection on a variety of platforms, but replacing AC_CHECK_LIB with it was not straightforward.

@benmwebb
Copy link
Owner

Should now be handled by #73

@benmwebb benmwebb closed this Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support wide-character ncurses output
2 participants