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
|
|
|
|
+ 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
|
2023-07-29 09:40:48 -04:00
|
|
|
|
2023-08-05 08:09:42 -04:00
|
|
|
# Misc
|
|
|
|
+ recursive macro function to assign KEY_* default values; look for a new and shiny preprocessor?
|
2023-08-05 10:30:21 -04:00
|
|
|
+ sort out constants.h
|