-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Pseudographics is shown as letters #46
Comments
Yup same. I'm connecting to a remote machine and tried locale-gen both there and on my local machine. no luck. |
COLORTERM=truecolor |
I'm getting this issue as well.
Also tried putting "COLORTERM, and TERM" in my zshrc and that doesn't change anything. Thanks |
Have you tried to compile it with or without CMAKE_USE_WIDE to see if it changes anything? |
Same problem here:
Environment variables:
Tried with |
Could any of you try the latest commit and see if it helps? |
Still the same problem (tested in Alacritty+fish and gnome-terminal+bash). |
@c0r73x , FYI: I have grepped the source code for unicode letters and found this:
I guess the color bars are made of these symbols. Apparently, my terminal has no problem displaying these characters. |
Another information: When I replace |
On current master |
I guess a possibility to fix this issue would be to add a cmake option to get the latest ncurses version and staticly link it in at compile. Seems to be something strange going on with some distros versions of ncurses? |
On my Debian Bullseye (Sid/experimental also available) arm64 device (Rock64), I have ncurses-dev version 6.2+20201114-2 installed and I'm also seeing this issue. |
i had the same problem. sadly i couldn't track down which particular package was misconfigured so if you have many packages that process may take a lot of time |
The following command worked for me
|
@jeromecst : This fixed it for me! Thank you. |
@jeromecst tip for using |
yes! However it seems that the dropdowns (clicking on a device) are displayed incorrectly. |
Oh, yes, same here! I didn't notice before. |
On Debian sid bookworm the issue is still present. I installed ldd ncpamixer | grep curses
libncurses.so.6 => /lib/x86_64-linux-gnu/libncurses.so.6 (0x00007ff028be2000) Compiled with ldd ncpamixer | grep curses
libncursesw.so.6 => /lib/x86_64-linux-gnu/libncursesw.so.6 (0x00007ffb6d676000)
libncurses.so.6 => /lib/x86_64-linux-gnu/libncurses.so.6 (0x00007ffb6d594000) apt list --installed | grep ncurses
lib64ncursesw6/unstable,testing,now 6.3+20220423-2 i386 [installed]
libncurses-dev/unstable,testing,now 6.3+20220423-2 amd64 [installed]
libncurses6/unstable,testing,now 6.3+20220423-2 amd64 [installed]
libncursesw6/unstable,testing,now 6.3+20220423-2 amd64 [installed]
ncurses-base/unstable,unstable,testing,testing,now 6.3+20220423-2 all [installed]
ncurses-bin/unstable,testing,now 6.3+20220423-2 amd64 [installed] locale
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_CTYPE="en_US.utf8"
LC_NUMERIC="en_US.utf8"
LC_TIME="en_US.utf8"
LC_COLLATE="en_US.utf8"
LC_MONETARY="en_US.utf8"
LC_MESSAGES="en_US.utf8"
LC_PAPER="en_US.utf8"
LC_NAME="en_US.utf8"
LC_ADDRESS="en_US.utf8"
LC_TELEPHONE="en_US.utf8"
LC_MEASUREMENT="en_US.utf8"
LC_IDENTIFICATION="en_US.utf8"
LC_ALL=en_US.utf8 locale -a
C
C.utf8
en_US.utf8
POSIX Terminals I tried: |
Hi there
HTH Regards |
Fedora 40, the same issue.
|
The text was updated successfully, but these errors were encountered: