summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 9 insertions, 2 deletions
diff --git a/TODO b/TODO
index 10c6b51..41ad987 100644
--- a/TODO
+++ b/TODO
@@ -176,6 +176,13 @@
And a few others.
-* Use bitfields instead of extra lists for virtual screens?
+* Code cleaning
-* Dispatch table for key bindings instead of keysym->enum->case?
+ - Obivous cleanup: The event switch is way too big.
+
+ - The states are known everywhere. A tight state machine would be
+ nicer.
+
+ - Dispatch table for key bindings instead of keysym->enum->case?
+
+ - Use bitfields instead of extra lists for virtual screens?