aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c
diff options
context:
space:
mode:
authorAndreas Obergrusberger <tradiaz@yahoo.de>2006-08-05 20:27:03 +0000
committerAndreas Obergrusberger <tradiaz@yahoo.de>2006-08-05 20:27:03 +0000
commitdc65f5efcde822072b38909aa409d92ef17c291b (patch)
treef9bd5ad2ccb477db7a088604d52b375fd4e6c074 /src/command.c
parent08adffa6d506e99203bb7a7a62ffb540f647e408 (diff)
downloadmpd-dc65f5efcde822072b38909aa409d92ef17c291b.tar.gz
mpd-dc65f5efcde822072b38909aa409d92ef17c291b.tar.xz
mpd-dc65f5efcde822072b38909aa409d92ef17c291b.zip
interruption of lyrics loading + po blabla
git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@4567 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/command.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command.c b/src/command.c
index 6766e2ac3..9802fc387 100644
--- a/src/command.c
+++ b/src/command.c
@@ -191,6 +191,8 @@ static command_definition_t cmds[] =
#ifdef ENABLE_LYRICS_SCREEN
{ {'7', F7, 0 }, 0, CMD_SCREEN_LYRICS, "screen-lyrics",
N_("Lyrics screen") },
+ { {ESC, 0, 0 }, 0, CMD_INTERRUPT, "screen-lyrics",
+ N_("Interrupt action") },
#endif