csope/TODO

13 lines
457 B
Plaintext
Raw Normal View History

2023-07-27 14:04:50 -04:00
# BUGS
+ Changing text double frees:
free(): double free detected in tcache 2
Aborted
+ Normalize tabs and spaces
+ Ordering function declarations in global.h by alpha order is not smart
+ Handle unused parameters gracefully (#define UNUSED(x) (void)(x))
2023-07-29 09:40:48 -04:00
+ Figure out what the deal is with changestring()
+ scollbar() uses int literals?
2023-08-04 13:56:57 -04:00
+ ctrl+d segfaults
2023-07-29 09:40:48 -04:00
+ recursive macro function to assign KEY_* default values; look for a new and shiny preprocessor?