ソースを参照

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();


読み込み中…
キャンセル
保存