Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
cacalabs
/
libcaca
espelhamento de
https://github.com/cacalabs/libcaca.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
7
Wiki
Atividade
Ver código fonte
* Fixed an uninitialised variable in the event queue handling.
tags/v0.99.beta14
Sam Hocevar
sam
18 anos atrás
pai
b2243b1572
commit
0889bf4799
1 arquivos alterados
com
3 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+3
-0
caca/caca.c
+ 3
- 0
caca/caca.c
Ver arquivo
@@ -76,6 +76,9 @@ caca_t * caca_attach(cucul_t * qq)
kk->events.autorepeat_ticks = 0;
kk->events.last_key = 0;
#endif
#if defined(USE_SLANG) || defined(USE_NCURSES) || defined(USE_CONIO)
kk->events.queue = 0;
#endif
kk->timer.last_sec = 0;
kk->timer.last_usec = 0;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar