diff options
author | Loek Le Blansch <l.leblansch@gmail.com> | 2020-07-16 12:22:55 +0200 |
---|---|---|
committer | Loek Le Blansch <l.leblansch@gmail.com> | 2020-07-16 12:22:55 +0200 |
commit | 2c4fd0c3c94cd120183bb5e989e36d023ec8c527 (patch) | |
tree | 08a73c3af4f52dd91ee9c6f23b2f7eb34026168f /st.c.rej | |
parent | 07181e9b00128594a343419356e2fc59829649d0 (diff) |
github repo
Diffstat (limited to 'st.c.rej')
-rw-r--r-- | st.c.rej | 14 |
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(); |