|
@ -3865,13 +3865,12 @@ xdrawcursor(void) |
|
|
g.fg = defaultcs; |
|
|
g.fg = defaultcs; |
|
|
} |
|
|
} |
|
|
} else { |
|
|
} else { |
|
|
g.fg = defaultfg; |
|
|
|
|
|
if (ena_sel && selected(term.c.x, term.c.y)) { |
|
|
if (ena_sel && selected(term.c.x, term.c.y)) { |
|
|
g.bg = defaultcs; |
|
|
|
|
|
drawcol = dc.col[defaultrcs]; |
|
|
drawcol = dc.col[defaultrcs]; |
|
|
|
|
|
g.fg = defaultfg; |
|
|
|
|
|
g.bg = defaultrcs; |
|
|
} else { |
|
|
} else { |
|
|
drawcol = dc.col[defaultcs]; |
|
|
drawcol = dc.col[defaultcs]; |
|
|
g.bg = defaultrcs; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|