stew

a monorepo of some sort
Log | Files | Refs

commit 008a2f48a629e21eb9c230cb3aa9127a44ac8413
parent 0b446856afceea539b848fd18d84a37b101cd785
Author: rpa <rpa@laika>
Date:   Sun, 18 Dec 2022 20:42:42 +0000

mu/trk: remove ---- as a command

Diffstat:
Msrc/mu/trk.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mu/trk.c b/src/mu/trk.c @@ -39,7 +39,7 @@ struct Cmds { { "#", nil }, /* comment */ { ":", nil }, /* label */ { ".bpm", cmdbpm }, /* update bpm to new value */ - { "----", cmdpause }, +// { "----", cmdpause }, { ".jmp", cmdjump }, { ".ret", cmdret }, { ".rld", cmdreload }, /* reload file and start from the beginning */