all repos — st @ 21bd4f4f9dce4dd19f218965e5a223c93a5a0fec

st (suckless terminal) config

Render invisible attribute

Implement invisible mode by setting the foreground color to be the same
as the background color. Not rendering anything would also be an
alternative, but this seems less likely to cause surprises in
conjunction with any hacks.

Signed-off-by: Roberto E. Vargas Caballero <k0ga@shike2.com>
Anders Eurenius aes@spotify.com
commit

21bd4f4f9dce4dd19f218965e5a223c93a5a0fec

parent

50e6355e0d6c9843b51ac4711980401205ce06c1

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M st.cst.c

@@ -3236,6 +3236,9 @@

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,