浏览代码

A shorter overwrite message (key is not echoed)

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

+ 1
- 1
nnn.c 查看文件

@@ -2606,7 +2606,7 @@ nochange:
/* Check if another file with same name exists */
if (faccessat(fd, tmp, F_OK, AT_SYMLINK_NOFOLLOW) != -1) {
/* File with the same name exists */
printprompt("Press 'y' to overwrite: ");
printprompt("Press 'y' to overwrite");
cleartimeout();
r = getch();
settimeout();


正在加载...
取消
保存