Changeset 1226
- Timestamp:
- Oct 24, 2006, 9:07:47 AM (16 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/doc/cacafire.1
r1093 r1226 18 18 .SH KEYS 19 19 .TP 20 .B n20 .B Enter 21 21 forces an effect transition to happen 22 22 .TP -
libcaca/trunk/src/cacademo.c
r1152 r1226 114 114 pause = !pause; 115 115 break; 116 case ' n':116 case '\r': 117 117 if(next == -1) 118 118 next_transition = frame;
Note: See TracChangeset
for help on using the changeset viewer.