This commit is contained in:
a1346054
2022-10-12 23:37:50 +00:00
parent aefa6cf194
commit 22c43c5523

View File

@@ -351,7 +351,7 @@ void show_ncurses(Line *lines[], int nproc) {
double sent_global = 0; double sent_global = 0;
double recv_global = 0; double recv_global = 0;
getmaxyx(stdscr, rows, cols); /* find the boundaries of the screeen */ getmaxyx(stdscr, rows, cols); /* find the boundaries of the screen */
if (cols < 62) { if (cols < 62) {
erase(); erase();