aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Wide character support -- from hellwcharJoseph Hunkeler2022-10-261-26/+37
|
* Break project up into separate filesJoseph Hunkeler2022-10-251-320/+17
|
* Fixups:Joseph Hunkeler2022-10-241-11/+28
| | | | | | * Fix invalid free() of driver_dir * get_longest() is no longer chewing through 8 * 4096 bytes of memory * Add a few guards after memory allocation(s)
* Add drivers to help outputJoseph Hunkeler2022-10-231-1/+1
|
* FixupsJoseph Hunkeler2022-10-231-40/+100
| | | | | | | | * Fix indentation * Draw art outside of the driver * Move globals up to the top * Fix buffer overflow(s) * Free driver memory
* Move drivers_alloc_default to define DRIVERS_ALLOC_DEFAULTJoseph Hunkeler2022-10-221-8/+7
| | | | | * gcc 4.8.5 complained about assigning an initializer to a constant * Change driver parser so it seeks back to the beginning of the data section
* Implement art drivers as configsJoseph Hunkeler2022-10-211-49/+240
|
* Initial commitJoseph Hunkeler2022-10-201-0/+226