csope/TODO
2023-08-05 14:09:42 +02:00

12 lines
402 B
Plaintext

# BUGS
+ Changing text double frees:
free(): double free detected in tcache 2
Aborted
+ Ordering function declarations in global.h by alpha order is not smart
+ Handle unused parameters gracefully (#define UNUSED(x) (void)(x))
+ scrollbar() uses int literals?
+ tab scrolls the results
# Misc
+ recursive macro function to assign KEY_* default values; look for a new and shiny preprocessor?