home · contact · privacy
Added -Wformat-security to gcc options, fixed point found by it.
[plomrogue] / TODO
diff --git a/TODO b/TODO
index 809027406411c599037c7d43ff41a7c5266600cb..6aebac58472a10052be412774533c01a8b186486 100644 (file)
--- a/TODO
+++ b/TODO
@@ -24,3 +24,7 @@ CLIENT:
 - enable toggling of window borders
 
 - make log scrollable
+
+- re-organize code: empty misc.h into proper modules, split up windows.h
+
+- simplify get_keyname_to_keycode()