diff options
-rw-r--r-- | st.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1811,6 +1811,7 @@ tmoveto(int x, int y) { int miny, maxy; + selclear(NULL); if (term.c.state & CURSOR_ORIGIN) { miny = term.top; maxy = term.bot; |
index : st | ||
My fork of the suckless terminal | Aryadev Chavali <aryadev@aryadevchavali.com> |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | st.c | 1 |
@@ -1811,6 +1811,7 @@ tmoveto(int x, int y) { int miny, maxy; + selclear(NULL); if (term.c.state & CURSOR_ORIGIN) { miny = term.top; maxy = term.bot; |