This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
selextend: clarify: !sel.mode == SEL_IDLE
master
Hiltjo Posthuma
6 years ago
parent
5345db3c9b
commit
6ac8c8aa50
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
st.c
+ 1
- 1
st.c
View File
@ -461,7 +461,7 @@ selextend(int col, int row, int type, int done)
{
int
oldey
,
oldex
,
oldsby
,
oldsey
,
oldtype
;
if
(
!
sel
.
mode
)
if
(
sel
.
mode
=
=
SEL_IDLE
)
return
;
if
(
done
&
&
sel
.
mode
=
=
SEL_EMPTY
)
{
selclear
(
)
;
Write
Preview
Loading…
Cancel
Save