2 Commits

Author SHA1 Message Date
6576e2afad Added w3m v0.8.3 patch 2023-06-27 21:25:45 +02:00
1478e0d6ed Added .gitignore 2023-06-20 22:59:57 +02:00
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.o
*.orig

2
x.c
View File

@ -1642,6 +1642,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);
}