]> git.tuebingen.mpg.de Git - paraslash.git/blob - play.cmd
16cec2aaf7123ac131cd20adf0a3ec1dbfacff49
[paraslash.git] / play.cmd
1 BN: play
2 SF: play.c
3 SN: list of commands
4 ---
5 N: play
6 D: Start or resume playing.
7 U: play [<num>]
8 H: Without <num>, starts playing at the current position. Otherwise, the
9 H: corresponding file is loaded and playback is started.
10 ---
11 N: pause
12 D: Stop playing.
13 U: pause
14 H: When paused, it is still possible to jump around in the file via the jmp and ff
15 H: comands.
16 ---
17 N: tasks
18 D: Print list of active tasks.
19 U: tasks
20 H: Mainly useful for debugging.
21 ---
22 N: quit
23 D: Exit para_play.
24 U: quit
25 H: Pressing CTRL+D causes EOF on stdin which also exits para_play.