all repos — st @ 86261187ab92a037a44af72847f6ed304ea58e64

st (suckless terminal) config

Removing the debugging for the last fix too.
Christoph Lohmann 20h@r-36.net
commit

86261187ab92a037a44af72847f6ed304ea58e64

parent

9888c5064badc60cd5e894f60451c2be762a481c

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

jump to
M st.cst.c

@@ -2750,8 +2750,6 @@ }

void resize(XEvent *e) { - fprintf(stderr, "resize -> %d,%d\n", e->xconfigure.width, - e->xconfigure.height); if(e->xconfigure.width == xw.w && e->xconfigure.height == xw.h) return;