소스 검색
Set to the lat selected file
master
Arun Prakash Jana
8 년 전
No known key found for this signature in database
GPG 키 ID: A75979F35C080412
1개의 변경된 파일과
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: |
|
|
|