Ver código fonte

* Use enter as the transition key.

tags/v0.99.beta14
Sam Hocevar sam 18 anos atrás
pai
commit
f20598339e
2 arquivos alterados com 2 adições e 2 exclusões
  1. +1
    -1
      doc/cacafire.1
  2. +1
    -1
      src/cacademo.c

+ 1
- 1
doc/cacafire.1 Ver arquivo

@@ -17,7 +17,7 @@ of concentric circles, old school plasma, Matrix-like scrolling.
displays burning ASCII art flames.
.SH KEYS
.TP
.B n
.B Enter
forces an effect transition to happen
.TP
.B Space


+ 1
- 1
src/cacademo.c Ver arquivo

@@ -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;


Carregando…
Cancelar
Salvar