From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 26 Aug 2013 10:49:03 +0000 (+0200)
Subject: Added TODO to windows library.
X-Git-Tag: tce~1030
X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdb.prefix%7D%7D/%7B%7Btodo.comment%7D%7D?a=commitdiff_plain;h=6e5be9a78c42a8ddfbdfba29c4df306a73bffe3c;p=plomrogue

Added TODO to windows library.
---

diff --git a/src/windows.h b/src/windows.h
index 38bb729..2828e07 100644
--- a/src/windows.h
+++ b/src/windows.h
@@ -24,6 +24,8 @@
  * 1 - memory allocation error (of ncurses' pads/windows, or scroll hint texts)
  * 2 - activity forces virtual screen to grow beyond width of 2^16 cells
  *
+ * TODO: Expose less internals to the API.
+ *
  * TODO: Think up a more intuitive window positioning algorithm or at least make
  * the chain that windows are positioned by visible.
  */