commit 042fcf80674d6528ab3ed237a55123481114f2c7 parent 6a8297ac6b565b973abae4ab696c689694da1c1e Author: regexghost <dev@regexghost.com> Date: Mon, 18 May 2026 17:12:49 +0100 applied w3m patch Diffstat:
| M | x.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/x.c b/x.c @@ -1766,6 +1766,8 @@ xsettitle(char *p) int xstartdraw(void) { + if (IS_SET(MODE_VISIBLE)) + XCopyArea(xw.dpy, xw.win, xw.buf, dc.gc, 0, 0, win.w, win.h, 0, 0); return IS_SET(MODE_VISIBLE); }