1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 12:34:27 +00:00

Use unused line at the top of the log window which often gets stuck unchanging.

This commit is contained in:
Con Kolivas 2014-01-23 23:06:19 +11:00 committed by Noel Maersk
parent cc2aa215a8
commit 1ad3285f56

View File

@ -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;