csope/TODO

13 lines
436 B
Plaintext
Raw Normal View History

2023-08-06 07:09:48 -04:00
# TODO
+ recursive macro function to assign KEY_* default values; look for a new and shiny preprocessor?
+ sort out constants.h
+ scrollbar() uses magic int literals?
+ Handle unused parameters gracefully (#define UNUSED(x) (void)(x))
+ Ordering function declarations in global.h by alpha order is not smart
+ lineflagafterfile is stupid
2023-07-27 14:04:50 -04:00
# BUGS
2023-08-05 08:09:42 -04:00
+ Changing text double frees:
free(): double free detected in tcache 2
Aborted