Signed-off-by: Christoph Lohmann <20h@r-36.net>
@ -3865,13 +3865,12 @@ xdrawcursor(void)
g.fg = defaultcs;
}
} else {
g.fg = defaultfg;
if (ena_sel && selected(term.c.x, term.c.y)) {
g.bg = defaultcs;
drawcol = dc.col[defaultrcs];
g.bg = defaultrcs;
drawcol = dc.col[defaultcs];