st

my st build
git clone https://s.sonu.ch/~roket1428/st.git
Log | Files | Refs | README | LICENSE

commit ae7942ef1b2f55fb0cb9e7250e197d1a9d31bf45
parent 25e2fce6ecac4acde1c2a04b8109cfe2f533a71f
Author: roket1428 <meorhan@protonmail.com>
Date:   Tue, 14 Sep 2021 22:43:29 +0300

apply st-w3m patch

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

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