diff --git a/src/nms.c b/src/nms.c index ed7b27b..28cfb1a 100644 --- a/src/nms.c +++ b/src/nms.c @@ -259,7 +259,7 @@ char nms_exec(NmsArgs *args) { attron(A_BOLD); if (has_colors()) attron(COLOR_PAIR(1)); - prevRow = list_pointer->row; + prevRow = list_pointer->row - 1; scroll(stdscr); while (list_pointer != NULL) { while (list_pointer->row > prevRow) {