diff options
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(); |