This commit is contained in:
2024-11-21 19:33:36 -05:00
parent b790dc3013
commit 851d55288b
2 changed files with 2 additions and 9 deletions

View File

@@ -77,6 +77,8 @@ void home(UWORD *blackImage) {
if (i < length - 1) i++;
break;
case '\n':
GoString goConfigName;
getCode(configNames[i]);
break;
case 'q':
@@ -88,7 +90,6 @@ void home(UWORD *blackImage) {
Paint_DrawString(115, 5 + (i * 20), "<", &Font12, WHITE, BLACK);
}
Paint_ClearWindows();
freeCStringArray(configNames, length);