--- st.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/st.c b/st.c index b2e5e22..20e4512 100644 --- a/st.c +++ b/st.c _AT_@ -1839,6 +1839,9 @@ void xresize(int col, int row) { xw.w = MAX(1, 2*BORDER + col * xw.cw); xw.h = MAX(1, 2*BORDER + row * xw.ch); + XFillRectangle(xw.dpy, xw.buf, dc.gc, 0, 0, + DisplayWidth(xw.dpy, xw.scr), + DisplayHeight(xw.dpy, xw.scr)); } void -- 1.7.10.4 --ZGiS0Q5IWpPtfppv--Received on Mon Sep 17 2001 - 00:00:00 CEST
This archive was generated by hypermail 2.3.0 : Mon Sep 17 2012 - 20:36:04 CEST