Searched refs:new_leftcol (Results 1 – 1 of 1) sorted by relevance
954 int new_leftcol; in curs_columns() local1064 new_leftcol = curwin->w_wcol - extra - textwidth / 2; in curs_columns()1070 new_leftcol = curwin->w_leftcol - diff; in curs_columns()1072 new_leftcol = curwin->w_leftcol + diff; in curs_columns()1074 if (new_leftcol < 0) in curs_columns()1075 new_leftcol = 0; in curs_columns()1076 if (new_leftcol != (int)curwin->w_leftcol) in curs_columns()1078 curwin->w_leftcol = new_leftcol; in curs_columns()