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