This commit is contained in:
2024-11-20 00:26:05 -05:00
parent 0226bd850b
commit cb4881cece
5 changed files with 94 additions and 3 deletions

View File

@@ -187,6 +187,8 @@ int drawOld() {
int main() {
signal(SIGINT, Handler);
loadConfigs();
draw();
return 0;