csope/TODO
2023-08-06 13:09:48 +02:00

13 lines
436 B
Plaintext

# 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
# BUGS
+ Changing text double frees:
free(): double free detected in tcache 2
Aborted