[hackers] [st] Small style change. || Christoph Lohmann
commit 2bef36ab81c356b106f00221038b743819cd20bd
Author: Christoph Lohmann <20h_AT_r-36.net>
AuthorDate: Mon Oct 5 20:08:21 2015 +0200
Commit: Christoph Lohmann <20h_AT_r-36.net>
CommitDate: Mon Oct 5 20:08:21 2015 +0200
Small style change.
diff --git a/st.c b/st.c
index 9de30ec..4d4f115 100644
--- a/st.c
+++ b/st.c
_AT_@ -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);
Received on Mon Oct 05 2015 - 20:08:57 CEST
This archive was generated by hypermail 2.3.0
: Mon Oct 05 2015 - 20:12:11 CEST