Hi,

I have 16 colours in config.h from my palette, from 0 to 15,
with 0 (black) being defaultbg and 7 (white) being defaultfg.
My cursor is 12 (brblue) and reverse cursor is set 7 (white).
However, in reality reverse cursor is 0 (black), which is bg.
Also, setting rcs to any other colour doesn't help and it
remains the same, that of defaultbg.

Also, compiling gives me this:
--------------------------------
st.c:3135:14: warning: 'width' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if (term.c.x+width < term.col) {
      ~~~~~~~~^~~~~~
--------------------------------


Cág

Reply via email to