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
* Use enter as the transition key.
tags/v0.99.beta14
Sam Hocevar
sam
18 years ago
parent
4c30943259
commit
f20598339e
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
doc/cacafire.1
+1
-1
src/cacademo.c
+ 1
- 1
doc/cacafire.1
View File
@@ -17,7 +17,7 @@ of concentric circles, old school plasma, Matrix-like scrolling.
displays burning ASCII art flames.
.SH KEYS
.TP
.B n
.B
E
n
ter
forces an effect transition to happen
.TP
.B Space
+ 1
- 1
src/cacademo.c
View File
@@ -113,7 +113,7 @@ int main(int argc, char **argv)
case ' ':
pause = !pause;
break;
case '
n
':
case '
\r
':
if(next == -1)
next_transition = frame;
break;
Write
Preview
Loading…
Cancel
Save