summaryrefslogtreecommitdiffstats
path: root/src/main-menu.c
Commit message (Collapse)AuthorAgeFilesLines
* main-menu: Support "\n" in textP. J. McDermott2021-03-181-3/+3
|
* main-menu: Generalize title text functionP. J. McDermott2021-03-181-4/+4
|
* main-menu: Even more title text refactoringP. J. McDermott2021-03-181-12/+13
|
* main-menu: More title text refactoringP. J. McDermott2021-03-181-23/+33
|
* main-menu: Save and free font pathP. J. McDermott2021-03-181-6/+7
|
* main-menu: Remove unused variablesP. J. McDermott2021-03-181-4/+0
|
* main-menu: Factor title text rendering into new fnP. J. McDermott2021-03-181-34/+44
|
* main-menu: Render title textP. J. McDermott2021-03-181-2/+41
|
* db_main_menu(): New functionP. J. McDermott2021-03-181-0/+63
Factored out of main()