소스 검색

Remove redundant calls

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

+ 0
- 2
src/nnn.c 파일 보기

@@ -1499,7 +1499,6 @@ static char *xreadline(char *prefill, char *prompt)
case '\t': /* TAB breaks cursor position, ignore it */
continue;
case CONTROL('L'):
clearprompt();
printprompt(prompt);
len = pos = 0;
continue;
@@ -1510,7 +1509,6 @@ static char *xreadline(char *prefill, char *prompt)
pos = len;
continue;
case CONTROL('U'):
clearprompt();
printprompt(prompt);
memmove(buf, buf + pos, (len - pos) << 2);
len -= pos;


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