X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=st.c;h=a69cc9e79cd3cf79255956d52037dea577d7736d;hp=96378343746d82c3fd84e9c84bb156fc037a037d;hb=21bd4f4f9dce4dd19f218965e5a223c93a5a0fec;hpb=50e6355e0d6c9843b51ac4711980401205ce06c1 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) { if(base.mode & ATTR_BLINK && term.mode & MODE_BLINK) fg = bg; + if(base.mode & ATTR_INVISIBLE) + fg = bg; + /* Intelligent cleaning up of the borders. */ if(x == 0) { xclear(0, (y == 0)? 0 : winy, borderpx,