Lines Matching defs:max_row
81 #define getMaxRow(screen) ((xw->flags & ORIGIN) ? (screen)->bot_marg : (screen)->max_row)
480 - (TScreenOf(xw)->max_row - TScreenOf(xw)->cur_row);
1442 if (screen->show_wrap_marks && row >= 0 && row <= screen->max_row) {
1582 if (!recurse && (maxrow == screen->max_row) && IsStatusShown(screen)) {
2097 5. Sets screen->max_row and screen->max_col to reflect new size
2320 set_max_row(screen, screen->max_row + delta_rows);
2342 if (screen->cur_row > screen->max_row)
2343 set_cur_row(screen, screen->max_row);
2465 int max_row = maxRectRow(screen);
2472 else if (row > max_row)
2473 row = max_row;