pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
181c9f3
)
applied w3m image patch
author
Daniel Liu
<mr.picklepinosaur@gmail.com>
Mon, 7 Sep 2020 14:45:43 +0000
(10:45 -0400)
committer
Daniel Liu
<mr.picklepinosaur@gmail.com>
Mon, 7 Sep 2020 14:45:43 +0000
(10:45 -0400)
x.c
patch
|
blob
|
history
diff --git
a/x.c
b/x.c
index
09ee612
..
b278a34
100644
(file)
--- a/
x.c
+++ b/
x.c
@@
-1628,6
+1628,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);
}