Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Immanuel
/
nnn
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Let filter errors show up in status line
master
lostd
10 anos atrás
pai
f30e02239e
commit
de7072bdd5
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
noice.c
+ 1
- 1
noice.c
Ver arquivo
@@ -530,6 +530,7 @@ nochange:
goto nochange;
case SEL_FLTR:
/* Read filter */
printmsg("");
move(LINES - 1, 0);
printw("filter: ");
tmp = readln();
@@ -540,7 +541,6 @@ nochange:
r = setfilter(&re, tmp);
if (r != 0) {
free(tmp);
printmsg("");
goto nochange;
}
free(filter);
Escrever
Pré-visualização
|
|
|
|
|
|
x
0
0
0:0
Carregando…
Cancelar
Salvar