aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-12-22 16:09:42 -0800
committerMike Crute <mike@crute.us>2023-04-25 20:45:27 -0700
commit49af5d59d8bed15678c634d11e86364c8801dc82 (patch)
tree31acbd7d321a0a8303fee0d6b6b65f05100439df /st.c
parent0ddcd0455171f2c52ae68d92bbddecb834350522 (diff)
downloadst-patched-49af5d59d8bed15678c634d11e86364c8801dc82.tar.bz2
st-patched-49af5d59d8bed15678c634d11e86364c8801dc82.tar.xz
st-patched-49af5d59d8bed15678c634d11e86364c8801dc82.zip
Apply st-ligatures-boxdraw-20200430-0.8.3
Diffstat (limited to 'st.c')
-rw-r--r--st.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/st.c b/st.c
index 398bb98..7154f00 100644
--- a/st.c
+++ b/st.c
@@ -2655,7 +2655,8 @@ draw(void)
2655 2655
2656 drawregion(0, 0, term.col, term.row); 2656 drawregion(0, 0, term.col, term.row);
2657 xdrawcursor(cx, term.c.y, term.line[term.c.y][cx], 2657 xdrawcursor(cx, term.c.y, term.line[term.c.y][cx],
2658 term.ocx, term.ocy, term.line[term.ocy][term.ocx]); 2658 term.ocx, term.ocy, term.line[term.ocy][term.ocx],
2659 term.line[term.ocy], term.col);
2659 term.ocx = cx; 2660 term.ocx = cx;
2660 term.ocy = term.c.y; 2661 term.ocy = term.c.y;
2661 xfinishdraw(); 2662 xfinishdraw();