Ver código fonte

TAB is not identified on OS X

master
Arun Prakash Jana 6 anos atrás
pai
commit
f1f2a53dbf
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      nnn.c

+ 1
- 1
nnn.c Ver arquivo

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


Carregando…
Cancelar
Salvar