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 | ||
[MIRROR] Build of st - the simple (suckless) terminal by Luke Smith | zelu |
summaryrefslogtreecommitdiff |
-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; |