Commit 91c7021

Christoph Lohmann <20h@r-36.net>
2015-10-05 15:18:34
When the cursor is moved, clear the selection.
1 parent 2677296
Changed files (1)
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;