home · contact · privacy
More precise description of what draw_text_from_bottom() does.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 21 Oct 2013 02:08:34 +0000 (04:08 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 21 Oct 2013 02:08:34 +0000 (04:08 +0200)
src/draw_wins.c

index f86971c4d94005eb0495aba761f12c42b8563af8..ac48bdc53977655ed7f863c5e6b6417eda7d2e9f 100644 (file)
@@ -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);