Small style change.
This commit is contained in:
parent
1682484327
commit
2bef36ab81
1 changed files with 4 additions and 4 deletions
8
st.c
8
st.c
|
@ -3855,10 +3855,10 @@ xdrawcursor(void)
|
||||||
case 1: /* Blinking Block (Default) */
|
case 1: /* Blinking Block (Default) */
|
||||||
case 2: /* Steady Block */
|
case 2: /* Steady Block */
|
||||||
if (IS_SET(MODE_REVERSE)) {
|
if (IS_SET(MODE_REVERSE)) {
|
||||||
g.mode |= ATTR_REVERSE;
|
g.mode |= ATTR_REVERSE;
|
||||||
g.fg = defaultcs;
|
g.fg = defaultcs;
|
||||||
g.bg = defaultfg;
|
g.bg = defaultfg;
|
||||||
}
|
}
|
||||||
|
|
||||||
g.mode |= term.line[term.c.y][curx].mode & ATTR_WIDE;
|
g.mode |= term.line[term.c.y][curx].mode & ATTR_WIDE;
|
||||||
xdrawglyph(g, term.c.x, term.c.y);
|
xdrawglyph(g, term.c.x, term.c.y);
|
||||||
|
|
Loading…
Reference in a new issue