Kaynağa Gözat

Remove redundant calls

master
Arun Prakash Jana 5 yıl önce
ebeveyn
işleme
278280a741
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: A75979F35C080412
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  1. +0
    -2
      src/nnn.c

+ 0
- 2
src/nnn.c Dosyayı Görüntüle

@@ -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;


Yükleniyor…
İptal
Kaydet