瀏覽代碼

Do not clear buffer on selection end

master
Arun Prakash Jana 5 年之前
父節點
當前提交
b340ecc257
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: A75979F35C080412
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. +0
    -1
      src/nnn.c

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

@@ -898,7 +898,6 @@ static void endselection(void)
if (selbufpos) { /* File path(s) written to the buffer */
writesel(pselbuf, selbufpos - 1); /* Truncate NULL from end */
spawn(copier, NULL, NULL, NULL, F_NOTRACE);
selbufpos = 0;
}
}



Loading…
取消
儲存