This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
st
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
When the cursor is moved, clear the selection.
master
Christoph Lohmann
9 years ago
parent
2677296147
commit
91c70213d1
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
st.c
+ 1
- 0
st.c
View File
@ -1811,6 +1811,7 @@ tmoveto(int x, int y)
{
{
int
miny
,
maxy
;
int
miny
,
maxy
;
selclear
(
NULL
)
;
if
(
term
.
c
.
state
&
CURSOR_ORIGIN
)
{
if
(
term
.
c
.
state
&
CURSOR_ORIGIN
)
{
miny
=
term
.
top
;
miny
=
term
.
top
;
maxy
=
term
.
bot
;
maxy
=
term
.
bot
;
Write
Preview
Loading…
Cancel
Save