diff options
Diffstat (limited to 'st.c')
| -rw-r--r-- | st.c | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -3236,6 +3236,9 @@ xdraws(char *s, Glyph base, int x, int y, int charlen, int bytelen) { | |||
| 3236 | if(base.mode & ATTR_BLINK && term.mode & MODE_BLINK) | 3236 | if(base.mode & ATTR_BLINK && term.mode & MODE_BLINK) |
| 3237 | fg = bg; | 3237 | fg = bg; |
| 3238 | 3238 | ||
| 3239 | if(base.mode & ATTR_INVISIBLE) | ||
| 3240 | fg = bg; | ||
| 3241 | |||
| 3239 | /* Intelligent cleaning up of the borders. */ | 3242 | /* Intelligent cleaning up of the borders. */ |
| 3240 | if(x == 0) { | 3243 | if(x == 0) { |
| 3241 | xclear(0, (y == 0)? 0 : winy, borderpx, | 3244 | xclear(0, (y == 0)? 0 : winy, borderpx, |
