Przeglądaj źródła

TAB is not identified on OS X

master
Arun Prakash Jana 6 lat temu
rodzic
commit
f1f2a53dbf
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      nnn.c

+ 1
- 1
nnn.c Wyświetl plik

@@ -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) {


Ładowanie…
Anuluj
Zapisz