summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 37e60ba..7bd3796 100644
--- a/TODO
+++ b/TODO
@@ -10,6 +10,14 @@
----------------------------------------------------------------------
+- Have positions remember where both kings are; this will save a lot
+ of calls to chess-pos-search
+
+- Make use of the new chess-incr-index*, which does no checks
+
+- Don't popup the display if it's already the currently selected
+ window
+
- Make the drawing/highlighting code just touch single squares, rather
than redrawing the whole board each time (fast though this is,
touching single squares is all that's necessary, and it would be