Searched refs:fromLine (Results 1 – 1 of 1) sorted by relevance
409 int fromLine = GetLineIndexForLocation(from, editline_cursor_row); in MoveCursor() local411 if (toLine != fromLine) { in MoveCursor()413 (toLine > fromLine) ? ANSI_DOWN_N_ROWS : ANSI_UP_N_ROWS, in MoveCursor()414 std::abs(toLine - fromLine)); in MoveCursor()