Use unused line at the top of the log window which often gets stuck unchanging.
diff --git a/cgminer.c b/cgminer.c
index f3e37e1..47a9f7b 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -2339,7 +2339,7 @@ static void check_winsizes(void)
statusy = LINES - 2;
else
statusy = logstart;
- logcursor = statusy + 1;
+ logcursor = statusy;
wresize(statuswin, statusy, x);
getmaxyx(mainwin, y, x);
y -= logcursor;