Elias Jörgensen
Elias Jörgensen
I would suggest replacing std::regex with a faster regex engine, for example re2. According to this [stackoverflow benchmark](https://stackoverflow.com/questions/70583395/why-is-stdregex-notoriously-much-slower-than-other-regular-expression-librarie), a library like re2 can be almost 40x faster than std::regex. Considering...
This PR adds command-line options as outlined in #74 Closes #74
Fixed the size of the fullscreen background on large screens. Before:  After: 