From 7599c36cc68aa135fe7d3697d47664f8be5ced90 Mon Sep 17 00:00:00 2001 From: Claudio Matsuoka Date: Wed, 10 Apr 2013 14:58:32 -0300 Subject: [PATCH] Add loop toggle key to runtime help Runtime help for the 'l' command (toggle loop) was missing. Reported by Benjamin Shadwick. Signed-off-by: Claudio Matsuoka --- src/info.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/info.c b/src/info.c index d2ad9f3..b27cbff 100644 --- a/src/info.c +++ b/src/info.c @@ -26,6 +26,7 @@ void info_help(void) " 1 - 0 Mute/unmute channels\n" " ! Unmute all channels\n" " ? Display available commands\n" +" l Toggle loop mode\n" " m Display module information\n" " i Display combined instrument/sample list\n" " I Display instrument list\n"