Changeset 1226


Ignore:
Timestamp:
Oct 24, 2006, 9:07:47 AM (16 years ago)
Author:
Sam Hocevar
Message:
  • Use enter as the transition key.
Location:
libcaca/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/doc/cacafire.1

    r1093 r1226  
    1818.SH KEYS
    1919.TP
    20 .B n
     20.B Enter
    2121forces an effect transition to happen
    2222.TP
  • libcaca/trunk/src/cacademo.c

    r1152 r1226  
    114114                    pause = !pause;
    115115                    break;
    116                 case 'n':
     116                case '\r':
    117117                    if(next == -1)
    118118                        next_transition = frame;
Note: See TracChangeset for help on using the changeset viewer.