Originally Posted By: mlord
The player is coded to interpret this as meaning "time to quit", the same as most other programs on *nix systems.


Not quite: bash treats Ctrl+D (eof) as time to quit. For the player, you need Ctrl+C (interrupt).
_________________________
-- roger