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:
parent
cc2aa215a8
commit
1ad3285f56
@ -2279,7 +2279,7 @@ static void check_winsizes(void)
|
|||||||
statusy = LINES - 2;
|
statusy = LINES - 2;
|
||||||
else
|
else
|
||||||
statusy = logstart;
|
statusy = logstart;
|
||||||
logcursor = statusy + 1;
|
logcursor = statusy;
|
||||||
wresize(statuswin, statusy, x);
|
wresize(statuswin, statusy, x);
|
||||||
getmaxyx(mainwin, y, x);
|
getmaxyx(mainwin, y, x);
|
||||||
y -= logcursor;
|
y -= logcursor;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user