瀏覽代碼

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 4 年之前
父節點
當前提交
d9b8b0e821
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: A75979F35C080412
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      src/nnn.c

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

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


clearselection();
return count; return count;
} }


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


||||||
x
 
000:0
Loading…
取消
儲存