On 02/12/2012 12:59 AM, Martin Kopta wrote:
I know it has been already discussed here, but I could not find any final solution. The process viewer htop isn't drawing properly in st [1]. Current load, cpu, mem, swap and other user processes aren't visible. xterm shows them fine, using dark grey color. I use default configuration for st, except font [2], but the drawing problem occurs even with default configuration. So, the first question: Is there know solution for st/htop drawing problem?
I found out that sometimes base.fg == base.bg in xdraws() in st.c, making text invisible. With a little if statement, I managed to get the bold glyphs printed out with DefaultFG, which temporary solves my issue with st/htop.