summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2285dd8)
raw | patch | inline | side by side (parent: 2285dd8)
author | Kalle Wallin <kaw@linux.se> | |
Tue, 6 Apr 2004 15:05:20 +0000 (15:05 +0000) | ||
committer | Kalle Wallin <kaw@linux.se> | |
Tue, 6 Apr 2004 15:05:20 +0000 (15:05 +0000) |
command.c | patch | blob | history |
diff --git a/command.c b/command.c
index c6444c9698b86aea934c637053e283186567da71..a96a90a3a3d829d5ab292286b6308ee36232b1cd 100644 (file)
--- a/command.c
+++ b/command.c
-/*
- * $Id: command.c,v 1.9 2004/03/17 14:59:32 kalle Exp $
- *
- */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
{
{ { 13, 0, 0 }, CMD_PLAY, "Play/Enter directory" },
{ { 'P', 0, 0 }, CMD_PAUSE, "Pause" },
- { { ESC, BS, 's' }, CMD_STOP, "Stop" },
+ { { 's', BS, 0 }, CMD_STOP, "Stop" },
{ { '>', 0, 0 }, CMD_TRACK_NEXT, "Next song" },
{ { '<', 0, 0 }, CMD_TRACK_PREVIOUS, "Previous song" },