Browse Source

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

nfactor-troky
Con Kolivas 11 years ago committed by Noel Maersk
parent
commit
1ad3285f56
  1. 2
      sgminer.c

2
sgminer.c

@ -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…
Cancel
Save