소스 검색

Set to the lat selected file

master
Arun Prakash Jana 8 년 전
부모
커밋
f52367a481
No known key found for this signature in database GPG 키 ID: A75979F35C080412
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      nnn.c

+ 2
- 1
nnn.c 파일 보기

@@ -757,7 +757,8 @@ readln(char *path)
printprompt(ln);
break;
case CONTROL('L'):
cur = oldcur; // fallthrough
if (len == 1)
cur = oldcur; // fallthrough
case CONTROL('Q'):
goto end;
default:


불러오는 중...
취소
저장