pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1682484
)
Small style change.
author
Christoph Lohmann
<20h@r-36.net>
Mon, 5 Oct 2015 18:08:21 +0000
(20:08 +0200)
committer
Christoph Lohmann
<20h@r-36.net>
Mon, 5 Oct 2015 18:08:21 +0000
(20:08 +0200)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
9de30ec
..
4d4f115
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-3855,10
+3855,10
@@
xdrawcursor(void)
case 1: /* Blinking Block (Default) */
case 2: /* Steady Block */
if (IS_SET(MODE_REVERSE)) {
-
g.mode |= ATTR_REVERSE;
-
g.fg = defaultcs;
-
g.bg = defaultfg;
-
}
+ g.mode |= ATTR_REVERSE;
+ g.fg = defaultcs;
+ g.bg = defaultfg;
+ }
g.mode |= term.line[term.c.y][curx].mode & ATTR_WIDE;
xdrawglyph(g, term.c.x, term.c.y);