Code

interruption of lyrics loading + po blabla
[ncmpc.git] / src / command.c
index 6766e2ac3206501fde3a475054a229469c7e8794..9802fc387e27b687fd778d217cdec40aa22c79fd 100644 (file)
@@ -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