--- lbbs/src/screen.c 2025/05/06 12:10:22 1.38 +++ lbbs/src/screen.c 2025/05/06 13:34:28 1.39 @@ -317,9 +317,9 @@ int display_file_ex(const char *filename } c_line_current -= line; line = begin_line; - max_lines = begin_line + 1; - prints("\033[T"); // Scroll down 1 line - // max_lines = screen_rows - 1; // Legacy Fterm only works with this line + // max_lines = begin_line + 1; + // prints("\033[T"); // Scroll down 1 line + max_lines = screen_rows - 1; // Legacy Fterm only works with this line break; case KEY_DOWN: case CR: