This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* Fixed an uninitialised variable in the event queue handling.
tags/v0.99.beta14
Sam Hocevar
sam
18 years ago
parent
b2243b1572
commit
0889bf4799
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
caca/caca.c
+ 3
- 0
caca/caca.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save