From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 7 Dec 2014 21:29:27 +0000 (+0100)
Subject: Add to TODO.
X-Git-Tag: tce~559
X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/%7B%7Bdb.prefix%7D%7D/%7B%7Bdb.prefix%7D%7D/unset_cookie?a=commitdiff_plain;h=81ede569ba143ba5f14f9773cfe1f5d9e866a1cd;p=plomrogue

Add to TODO.
---

diff --git a/TODO b/TODO
index 3ba3676..b67ee67 100644
--- a/TODO
+++ b/TODO
@@ -9,6 +9,8 @@ BOTH SERVER/CLIENT:
 
 - quote escaping in token_from_line()
 
+- do something about common crashes caused by server/client miscommunication
+
 SERVER:
 
 - fix hardcoded MAGIC MEAT eating message in thing_actions.c
@@ -17,7 +19,7 @@ CLIENT:
 
 - re-work unnecessary complex command / keybinding / server message mapping
 
-- only send "STACK" message to server when the dependent window is open
+- only send "ITEM_HERE" query to server when the dependent window is open
 
 BUILD PROCESS: