Sfoglia il codice sorgente

TAB is not identified on OS X

master
Arun Prakash Jana 7 anni fa
parent
commit
f1f2a53dbf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      nnn.c

+ 1
- 1
nnn.c Vedi File

@@ -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…
Annulla
Salva