From daa6ea14e28a79d1ea3edb868404247c80179b5e Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 29 Jul 2013 19:35:38 +0200
Subject: [PATCH] Removed false descriptions and added TODOs to draw_wins
 library documentation.

---
 src/draw_wins.h | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/draw_wins.h b/src/draw_wins.h
index 79cc03d..8801f13 100644
--- a/src/draw_wins.h
+++ b/src/draw_wins.h
@@ -12,15 +12,19 @@
 struct Win;
 
 
-/* Write "text" into window "win". Start on row "start_y". Fill unused rows with
- * whitespace.
+/* Write "text" into window "win" as far as possible. Start on row "start_y".
+ *
+ * TODO: Why is this external?
  */
 extern void draw_with_linebreaks(struct Win * win, char * text,
                                  uint16_t start_y);
 
 
 
-/* Write "text" not starting from the top but from the bottom of "win". */
+/* Write "text" not starting from the top but from the bottom of "win".
+ *
+ * TODO: Why is this external?
+ */
 extern void draw_text_from_bottom(struct Win * win, char * text);
 
 
-- 
2.30.2