mirror of
https://github.com/jarun/nnn.git
synced 2025-03-19 04:49:49 +00:00
Make showsel print warning when nothing is selected (#423)
This commit is contained in:
parent
8955d039c6
commit
4e59ffd9d0
1 changed files with 1 additions and 0 deletions
|
@ -5007,6 +5007,7 @@ nochange:
|
||||||
presel = FILTER;
|
presel = FILTER;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
printwait(messages[MSG_0_SELECTED], &presel);
|
||||||
goto nochange;
|
goto nochange;
|
||||||
case SEL_SELEDIT:
|
case SEL_SELEDIT:
|
||||||
r = editselection();
|
r = editselection();
|
||||||
|
|
Loading…
Add table
Reference in a new issue