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 caca_get_event() call in test/hsv.c.
tags/v0.99.beta14
Sam Hocevar
sam
19 years ago
parent
1911e368f4
commit
9feb826120
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/hsv.c
+ 1
- 1
test/hsv.c
View File
@@ -53,7 +53,7 @@ int main(void)
caca_display(kk);
caca_get_event(kk, CACA_EVENT_KEY_PRESS, &ev,
0
);
caca_get_event(kk, CACA_EVENT_KEY_PRESS, &ev,
-1
);
caca_detach(kk);
cucul_free(qq);
Write
Preview
Loading…
Cancel
Save