Searched refs:off_right (Results 1 – 1 of 1) sorted by relevance
949 int off_left, off_right; in curs_columns() local1052 off_right = (int)endcol - (int)(curwin->w_leftcol + curwin->w_width in curs_columns()1054 if (off_left < 0 || off_right > 0) in curs_columns()1059 diff = off_right; in curs_columns()1063 if (p_ss == 0 || diff >= textwidth / 2 || off_right >= off_left) in curs_columns()