Searched refs:eol_col (Results 1 – 1 of 1) sorted by relevance
613 int eol_col = col_from_pos(line_pos, NULL_POSITION, end_pos, end_col) - swidth; in shift_visible() local614 if (start_col >= eol_col) /* whole string is in last screen */ in shift_visible()615 new_hshift = eol_col; in shift_visible()