aboutsummaryrefslogtreecommitdiff
path: root/st.c.rej
diff options
context:
space:
mode:
authorLoek Le Blansch <l.leblansch@gmail.com>2020-07-16 12:22:55 +0200
committerLoek Le Blansch <l.leblansch@gmail.com>2020-07-16 12:22:55 +0200
commit2c4fd0c3c94cd120183bb5e989e36d023ec8c527 (patch)
tree08a73c3af4f52dd91ee9c6f23b2f7eb34026168f /st.c.rej
parent07181e9b00128594a343419356e2fc59829649d0 (diff)
github repo
Diffstat (limited to 'st.c.rej')
-rw-r--r--st.c.rej14
1 files changed, 0 insertions, 14 deletions
diff --git a/st.c.rej b/st.c.rej
deleted file mode 100644
index 0418a44..0000000
--- a/st.c.rej
+++ /dev/null
@@ -1,14 +0,0 @@
---- st.c
-+++ st.c
-@@ -2668,8 +2738,9 @@ draw(void)
- cx--;
-
- drawregion(0, 0, term.col, term.row);
-- xdrawcursor(cx, term.c.y, term.line[term.c.y][cx],
-- term.ocx, term.ocy, term.line[term.ocy][term.ocx]);
-+ 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 = cx;
- term.ocy = term.c.y;
- xfinishdraw();