diff --git a/sgminer.c b/sgminer.c index c0e49494..3aaba7f9 100644 --- a/sgminer.c +++ b/sgminer.c @@ -2279,7 +2279,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;