home · contact · privacy
Added -Wformat-security to gcc options, fixed point found by it.
[plomrogue] / TODO
diff --git a/TODO b/TODO
index 225a210153625e2a0d1039e8ff67e8f3d9153696..6aebac58472a10052be412774533c01a8b186486 100644 (file)
--- a/TODO
+++ b/TODO
@@ -23,6 +23,8 @@ CLIENT:
 
 - enable toggling of window borders
 
-- enable toggling of showing "\n" in the window content either as newline breaks
-  (as currently) or as " / " (without newline break) for more efficent screen
-  estate use
+- make log scrollable
+
+- re-organize code: empty misc.h into proper modules, split up windows.h
+
+- simplify get_keyname_to_keycode()