added new bug

This commit is contained in:
anon 2023-08-04 19:56:57 +02:00
parent aedf547a66
commit 6819ac4846

1
TODO
View File

@ -7,5 +7,6 @@
+ Handle unused parameters gracefully (#define UNUSED(x) (void)(x))
+ Figure out what the deal is with changestring()
+ scollbar() uses int literals?
+ ctrl+d segfaults
+ recursive macro function to assign KEY_* default values; look for a new and shiny preprocessor?