commit 91c70213d1e595467b14ce6d28f333dbedd97cab
Author:     Christoph Lohmann <[email protected]>
AuthorDate: Mon Oct 5 21:18:34 2015 +0200
Commit:     Christoph Lohmann <[email protected]>
CommitDate: Mon Oct 5 21:18:34 2015 +0200

    When the cursor is moved, clear the selection.

diff --git a/st.c b/st.c
index e0417e5..0c528d5 100644
--- a/st.c
+++ b/st.c
@@ -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;

Reply via email to