Procházet zdrojové kódy

Clear selection after some operations (see notes)

Selection is cleared after successful:
- file removal
- batch rename
- link creation

However, selection is not cleared after:
- archive creation: user may want to delete the files after archiving
master
Arun Prakash Jana před 4 roky
rodič
revize
d9b8b0e821
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: A75979F35C080412
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      src/nnn.c

+ 2
- 0
src/nnn.c Zobrazit soubor

@@ -3005,6 +3005,7 @@ static int xlink(char *prefix, char *path, char *curfname, char *buf, int *prese
psel += len + 1;
}

clearselection();
return count;
}

@@ -5963,6 +5964,7 @@ nochange:
printwait(messages[MSG_FAILED], &presel);
goto nochange;
}
clearselection();
refresh = TRUE;
break;
case SEL_HELP:


||||||
x
 
000:0
Načítá se…
Zrušit
Uložit