Lines Matching refs:max_col
83 #define getMaxCol(screen) ((xw->flags & ORIGIN) ? (screen)->rgt_marg : (screen)->max_col)
1110 screen->max_col + 1,
1445 int x = LineCursorX(screen, ld, screen->max_col + 1);
1748 hi_col = screen->max_col;
2097 5. Sets screen->max_row and screen->max_col to reflect new size
2344 if (screen->cur_col > screen->max_col)
2345 set_cur_col(screen, screen->max_col);
2483 int max_col = maxRectCol(screen);
2490 else if (col > max_col)
2491 col = max_col;
2844 : screen->max_col);