bartobri / bmenu

A general purpose terminal menu that focuses on ease of configuration and use.
GNU General Public License v3.0
136 stars 11 forks source link

window shading is off #7

Closed tomammon closed 6 years ago

tomammon commented 7 years ago

Hi,

Thanks for the great tool, it was exactly what I was looking for. It functions well, but it doesn't look very good, see the attached screenshot. I'm using centos 7 with ncurses-devel-5.9-13.20130511.el7.x86_64

image

bartobri commented 7 years ago

Hi. Glad you found it useful!

Yeah, this looks weird. There isn't any code in my project that specifically prints those border characters you are seeing. My assumption is that it is something inside the ncurses library that is degrading the extended character set into plain ascii, possibly due to your terminal settings. Based on the logo in your screen shot, are you using putty?

If so, try playing with your putty settings. Make sure support for UTF-8 is enabled. Also make sure ANSI/VT100 support is enabled.

tomammon commented 7 years ago

I am indeed using putty. My settings match what you have specified, here are some screenshots of those.

image

image

tomammon commented 7 years ago

I just tried it on a mac and all of the colors and shading look fine. So maybe it's something with my version of ncurses and putty.

bartobri commented 7 years ago

I would assume it is more likely an issue with your putty configuration. I don't have a windows system and don't use putty so I can't help you. I suggest trying playing with the configs under "Adjust how PuTTY handles line drawing characters".

bartobri commented 6 years ago

Closing this since it appears to be an issue with the terminal program.