all repos — st @ 6b03bb769a105f797bce40aa0258cf035266e7bf

st (suckless terminal) config

Now clipping is more clear.
Christoph Lohmann 20h@r-36.net
commit

6b03bb769a105f797bce40aa0258cf035266e7bf

parent

db6f796ecfafcee879613b60a772be3e5d9e355e

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

jump to
M st.cst.c

@@ -2853,6 +2853,8 @@ xclear(winx, winy + xw.ch, winx + width, xw.h);

/* Clean up the region we want to draw to. */ XftDrawRect(xw.draw, bg, winx, winy, width, xw.ch); + + /* Set the clip region because Xft is sometimes dirty. */ r.x = 0; r.y = 0; r.height = xw.ch;