Ver código fonte

End multi selection mode before link

master
Arun Prakash Jana 5 anos atrás
pai
commit
6ba1e48e62
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: A75979F35C080412
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      src/nnn.c

+ 2
- 0
src/nnn.c Ver arquivo

@@ -2050,6 +2050,8 @@ static int xlink(char *suffix, char *path, char *buf, int *presel, int type)
return -1;
}

endselection();

if (type == 's') /* symbolic link */
link_fn = &symlink;
else /* hard link */


Carregando…
Cancelar
Salvar