aboutsummaryrefslogtreecommitdiff
path: root/st.c.rej
diff options
context:
space:
mode:
authorLoek Le Blansch <l.leblansch@gmail.com>2020-07-16 08:24:58 +0200
committerLoek Le Blansch <l.leblansch@gmail.com>2020-07-16 08:24:58 +0200
commit5505abd35164e8677e345ae35cb73542d3133c6f (patch)
tree6fdbb42274df6449c78cff945376bbf1bac33f39 /st.c.rej
parenta2a969336bae550311819614d005b6f8a3997b6a (diff)
ligatures
Diffstat (limited to 'st.c.rej')
-rw-r--r--st.c.rej12
1 files changed, 12 insertions, 0 deletions
diff --git a/st.c.rej b/st.c.rej
new file mode 100644
index 0000000..d83f051
--- /dev/null
+++ b/st.c.rej
@@ -0,0 +1,12 @@
+--- st.c
++++ st.c
+@@ -2670,7 +2670,8 @@ draw(void)
+ drawregion(0, 0, term.col, term.row);
+ if (term.scr == 0)
+ xdrawcursor(cx, term.c.y, term.line[term.c.y][cx],
+- term.ocx, term.ocy, term.line[term.ocy][term.ocx]);
++ term.ocx, term.ocy, term.line[term.ocy][term.ocx],
++ term.line[term.ocy], term.col);
+ term.ocx = cx;
+ term.ocy = term.c.y;
+ xfinishdraw();