mirror of
https://github.com/jarun/nnn.git
synced 2025-03-14 18:54:07 +00:00
Fix SEL_CYCLE (tab)
This commit is contained in:
parent
460fe7c080
commit
cabef475ab
1 changed files with 1 additions and 1 deletions
|
@ -3697,7 +3697,7 @@ nochange:
|
|||
case SEL_CTX3: // fallthrough
|
||||
case SEL_CTX4:
|
||||
if (sel == SEL_CYCLE)
|
||||
fd = '>';
|
||||
fd = ']';
|
||||
else if (sel >= SEL_CTX1 && sel <= SEL_CTX4)
|
||||
fd = sel - SEL_CTX1 + '1';
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue