URI: 
       Small style change. - st - simple terminal
  HTML git clone https://git.parazyd.org/st
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 2bef36ab81c356b106f00221038b743819cd20bd
   DIR parent 168248432705eff5fc44cf8a566bc090ca59d78a
  HTML Author: Christoph Lohmann <20h@r-36.net>
       Date:   Mon,  5 Oct 2015 20:08:21 +0200
       
       Small style change.
       
       Diffstat:
         M st.c                                |       8 ++++----
       
       1 file changed, 4 insertions(+), 4 deletions(-)
       ---
   DIR diff --git 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);