aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/st.c b/st.c
index 9637834..a69cc9e 100644
--- a/st.c
+++ b/st.c
@@ -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,