浏览代码

Selection should not be blocked if no files

master
Arun Prakash Jana 5 年前
父节点
当前提交
efc7af0c9c
找不到此签名对应的密钥 GPG 密钥 ID: A75979F35C080412
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. +0
    -3
      src/nnn.c

+ 0
- 3
src/nnn.c 查看文件

@@ -3090,9 +3090,6 @@ nochange:
printmsg(newpath);
goto nochange;
case SEL_COPYMUL:
if (!ndents)
goto nochange;

cfg.copymode ^= 1;
if (cfg.copymode) {
g_crc = crc8fast((uchar *)dents, ndents * sizeof(struct entry));


正在加载...
取消
保存