summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: Ensure C compiler is in C99 modeHEADmasterPatrick McDermott2019-10-191-0/+1
* Revert "src/screen.c: Drop unneeded #include"Patrick McDermott2019-10-191-0/+1
* src/screen.c: Drop unneeded #includePatrick McDermott2019-10-191-1/+0
* screen_main(): Poll inputPatrick McDermott2019-10-191-2/+10
* screen_main(): Handle KEY_RESIZEPatrick McDermott2019-10-181-0/+6
* clock_clear(): New functionPatrick McDermott2019-10-182-0/+21
* error(): Type-check args against format stringPatrick McDermott2019-10-141-1/+1
* main(): Use argcPatrick McDermott2019-10-141-0/+1
* README: WRITEMEPatrick McDermott2019-10-141-0/+4
* Fix GPL versionPatrick McDermott2019-10-1410-298/+633
* build: Fix library linkingPatrick McDermott2019-10-142-3/+9
* build: Throw error on missing librariesPatrick McDermott2019-10-141-3/+9
* screen_main(): Exit on Esc keyPatrick McDermott2019-10-141-0/+9
* screen_main(): Filter out multi-char keysPatrick McDermott2019-10-131-0/+1
* screen_new(): Draw in red on blackPatrick McDermott2019-10-131-0/+5
* screen_main(): Implement basic event loopPatrick McDermott2019-10-131-5/+23
* screen_draw(): Rename to screen_main()Patrick McDermott2019-10-133-8/+23
* clock_*(): New functionsPatrick McDermott2019-10-135-1/+262
* screen_new(): Free screen on errorPatrick McDermott2019-10-101-0/+1
* screen_destroy(): Restore terminal mode, free windowPatrick McDermott2019-10-081-0/+3
* build: Check for -lcursesPatrick McDermott2019-10-081-0/+1
* screen_*(): New functionsPatrick McDermott2019-10-084-0/+112
* main(): Detect and report speech_new() errorsPatrick McDermott2019-10-051-1/+36
* speech_init(): Rename to speech_new()Patrick McDermott2019-10-053-3/+3
* main(): Play timePatrick McDermott2019-10-051-0/+1
* speech_init(): Hardcode register_cmu_us_slt() callPatrick McDermott2019-10-054-6/+7
* speech_*(): New functionsPatrick McDermott2019-10-044-1/+143
* build: Check for -lflitePatrick McDermott2019-10-041-0/+2
* Initial commitPatrick McDermott2019-08-1917-0/+1386