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 <cmatsuoka@gmail.com>
master
Claudio Matsuoka 13 years ago
parent 8413998e18
commit 7599c36cc6
  1. 1
      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"

Loading…
Cancel
Save