From 9544dd88fb74d3de9d966ef88d2f4a2f853e3faf Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 21 Oct 2013 04:08:34 +0200
Subject: [PATCH] More precise description of what draw_text_from_bottom()
 does.

---
 src/draw_wins.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/draw_wins.c b/src/draw_wins.c
index f86971c..ac48bdc 100644
--- a/src/draw_wins.c
+++ b/src/draw_wins.c
@@ -35,8 +35,8 @@ static void draw_with_linebreaks(struct Win * win, char * text,
 static void draw_line(struct Win * w, uint16_t y, char * line, attr_t attri,
                       uint8_t fill);
 
-/* Write "text" with draw_with_linebreaks() as not starting from the top
- * but from the bottom of "win".
+/* Write "text" with draw_with_linebreaks() as not starting from the top but
+ * from bottom of "win". Draw only what fits in window (avoid scroll hints).
  */
 static void draw_text_from_bottom(struct Win * win, char * text);
 
-- 
2.30.2