Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
drfiemost committed Sep 6, 2021
2 parents d60eae0 + 52cf9a7 commit 9fdd117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpattern.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ void patterncommands(void)
}

if (newnote > LASTNOTE) newnote = -1;
if ((rawkey == 0x08) && (!epcolumn)) newnote = REST;
if ((rawkey == KEY_BACKSPACE) && (!epcolumn)) newnote = REST;
if ((rawkey == 0x14) && (!epcolumn)) newnote = KEYOFF;
if (rawkey == KEY_ENTER)
{
Expand Down

0 comments on commit 9fdd117

Please sign in to comment.