aboutsummaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2022-08-30Completed add_task and remove_task functions. All screen is now refreshed, al...dam
2022-08-30Changed binary file signature to better match project name.dam
2022-08-30Reduced size of task_t by moving state and modified on control to database_t....dam
2022-08-26Using new database_t struct and companion functions.dam
2022-08-26Reduced size of task_t. Fixed bug on edge cases of truncate_string_utf8. Fixe...dam
2022-08-24Add modified_on field to task_t.dam
2022-08-24Prepared prototype code to be called from command line to help further develo...dam
2022-08-24Checks if CHAR_BIT is 8. Using char as unit of string. Completed truncate_str...dam
2022-08-23Updated to do list.dam
2022-08-23Removed hash related stuff (kept in misc.c file just in case). Prototype impl...dam