st

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 4f5e259c3468061c24eccf0c8db7b5dd62b856a2
parent 1b371d92da0602c7aad49b23d70451bb16401a88
Author: siduck76 <siduckk76@protonmail.com>
Date:   Thu, 31 Dec 2020 19:18:32 +0530

w3m

Diffstat:
Mx.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/x.c b/x.c @@ -1719,6 +1719,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); }