Selaa lähdekoodia

TAB is not identified on OS X

master
Arun Prakash Jana 6 vuotta sitten
vanhempi
commit
f1f2a53dbf
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      nnn.c

+ 1
- 1
nnn.c Näytä tiedosto

@@ -1055,7 +1055,7 @@ xreadline(char *fname)
}

/* TAB breaks cursor position, ignore it */
if (*ch == TAB || *ch == '\t')
if (*ch == '\t')
continue;

if (pos < buflen) {


Loading…
Peruuta
Tallenna