Searched refs:toLine (Results 1 – 1 of 1) sorted by relevance
392 int toLine = GetLineIndexForLocation(to, editline_cursor_row); in MoveCursor() local393 if (toLine != fromLine) { in MoveCursor()395 (toLine > fromLine) ? ANSI_DOWN_N_ROWS : ANSI_UP_N_ROWS, in MoveCursor()396 std::abs(toLine - fromLine)); in MoveCursor()