selextend: clarify: !sel.mode == SEL_IDLE
This commit is contained in:
parent
5345db3c9b
commit
6ac8c8aa50
2
st.c
2
st.c
|
@ -461,7 +461,7 @@ selextend(int col, int row, int type, int done)
|
||||||
{
|
{
|
||||||
int oldey, oldex, oldsby, oldsey, oldtype;
|
int oldey, oldex, oldsby, oldsey, oldtype;
|
||||||
|
|
||||||
if (!sel.mode)
|
if (sel.mode == SEL_IDLE)
|
||||||
return;
|
return;
|
||||||
if (done && sel.mode == SEL_EMPTY) {
|
if (done && sel.mode == SEL_EMPTY) {
|
||||||
selclear();
|
selclear();
|
||||||
|
|
Loading…
Reference in New Issue