소스 검색

When the cursor is moved, clear the selection.

Christoph Lohmann 9 년 전
부모
커밋
91c70213d1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      st.c

+ 1 - 0
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;