Closed l29ah closed 3 years ago
Did you build it yourself? If so, can you run ldd and see if you linked to ncurses or ncursesw?
libncursesw.
Are you using a UTF-8 locale?
‰ locale
LANG=en_DK.UTF-8
LC_CTYPE="en_DK.UTF-8"
LC_NUMERIC=POSIX
LC_TIME="en_DK.UTF-8"
LC_COLLATE="en_DK.UTF-8"
LC_MONETARY="en_DK.UTF-8"
LC_MESSAGES="en_DK.UTF-8"
LC_PAPER="en_DK.UTF-8"
LC_NAME="en_DK.UTF-8"
LC_ADDRESS="en_DK.UTF-8"
LC_TELEPHONE="en_DK.UTF-8"
LC_MEASUREMENT="en_DK.UTF-8"
LC_IDENTIFICATION="en_DK.UTF-8"
LC_ALL=
What is your distribution? How did you build the game? I am unable to reproduce this on a fresh Ubuntu 20.04 LTS install.
Do you have unicode
in your USE
flag?
I can see it shows ncurses
, not ncursesw
in ebuild file. Is that okay?
As far as I know Gentoo will use wide character version ncursesw
if unicode
is present in global USE
flag,
Do you have unicode in your USE flag?
Yes.
Describe the bug
See the screenshot.
Steps To Reproduce
It's always like that!
Expected behavior
No shit.
Screenshots
Versions and configuration
Additional context