diff options
| -rw-r--r-- | st.c | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -3855,10 +3855,10 @@ xdrawcursor(void) | |||
| 3855 | case 1: /* Blinking Block (Default) */ | 3855 | case 1: /* Blinking Block (Default) */ |
| 3856 | case 2: /* Steady Block */ | 3856 | case 2: /* Steady Block */ |
| 3857 | if (IS_SET(MODE_REVERSE)) { | 3857 | if (IS_SET(MODE_REVERSE)) { |
| 3858 | g.mode |= ATTR_REVERSE; | 3858 | g.mode |= ATTR_REVERSE; |
| 3859 | g.fg = defaultcs; | 3859 | g.fg = defaultcs; |
| 3860 | g.bg = defaultfg; | 3860 | g.bg = defaultfg; |
| 3861 | } | 3861 | } |
| 3862 | 3862 | ||
| 3863 | g.mode |= term.line[term.c.y][curx].mode & ATTR_WIDE; | 3863 | g.mode |= term.line[term.c.y][curx].mode & ATTR_WIDE; |
| 3864 | xdrawglyph(g, term.c.x, term.c.y); | 3864 | xdrawglyph(g, term.c.x, term.c.y); |
