GUI: colored pattern view

This commit is contained in:
tildearrow 2021-12-13 17:09:46 -05:00
parent 60f06d2908
commit 9e2e02a12e
6 changed files with 253 additions and 34 deletions

View file

@ -231,7 +231,6 @@ int main(int argc, char** argv) {
}
} else {
fileName=argv[i];
printf("fn: %s\n",fileName.c_str());
}
}
@ -318,5 +317,7 @@ int main(int argc, char** argv) {
#else
logE("GUI requested but GUI not compiled!\n");
#endif
e.quit();
return 0;
}