home · contact · privacy
In client, keybinding databases now store keybindings as arrays instead
[plomrogue] / TODO
diff --git a/TODO b/TODO
index 7a18afd08450e12b115a2419ec82b4dadf76089d..766b12dc001273b7065848299cc03209d7d3b30c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -32,7 +32,3 @@ CLIENT:
 - 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
-
-- does get_n_of_keybs() really need to be its own function? (only used once)
-
-- transform Keybindings struct series from a linked list into an array