st
simple terminal
git clone https://9o.is/git/st.git
commit 97b042db1b49b163a825257aab627e96e383a922 parent 74f2801a2a37c892a6ea464f6f9188739122ba9f Author: Christoph Lohmann <20h@r-36.net> Date: Tue, 23 Apr 2013 19:37:28 +0200 Now clipping is more clear. Diffstat:
| M | st.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/st.c b/st.c @@ -2853,6 +2853,8 @@ xdraws(char *s, Glyph base, int x, int y, int charlen, int bytelen) { /* 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;