|
From: <sch...@us...> - 2008-11-21 23:10:54
|
Revision: 39
http://deraciel.svn.sourceforge.net/deraciel/?rev=39&view=rev
Author: schnippi001
Date: 2008-11-21 23:10:39 +0000 (Fri, 21 Nov 2008)
Log Message:
-----------
Properly multiline output resize
Modified Paths:
--------------
trunk/text_window.c
Modified: trunk/text_window.c
===================================================================
--- trunk/text_window.c 2008-11-21 22:59:49 UTC (rev 38)
+++ trunk/text_window.c 2008-11-21 23:10:39 UTC (rev 39)
@@ -102,6 +102,9 @@
wclear(border_wnd);
wclear(text_wnd);
+ clear();
+ refresh();
+
#ifdef TEXTWINDOW_BORDER
/* Redraw border with new dimensions */
draw_border();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|