Searched refs:lo_col_from (Results 1 – 1 of 1) sorted by relevance
2517 int lo_col_from, int hi_col_from, in scroll_screen_line_horizontally() argument2521 int delta_col = (hi_col_from - lo_col_from); in scroll_screen_line_horizontally()2525 ((LPSTR) &screen->chars[(row * MAXCOLS) + lo_col_from]), in scroll_screen_line_horizontally()2528 ((LPSTR) &screen->attrs[(row * MAXCOLS) + lo_col_from]), in scroll_screen_line_horizontally()