Searched refs:old_y (Results 1 – 2 of 2) sorted by relevance
205 let old_y = ui.cursor.y(); in exec_j_cmd() localVariable206 let old_abs_y = old_y + ui.buffer.offset() as u16; in exec_j_cmd()222 ui.cursor.highlight(Some(old_y))?; in exec_j_cmd()237 let old_y = ui.cursor.y(); in exec_k_cmd() localVariable238 let old_abs_y = old_y + ui.buffer.offset() as u16; in exec_k_cmd()241 Some(count) => count.min(old_y as usize + ui.buffer.offset()), in exec_k_cmd()261 ui.cursor.highlight(Some(old_y))?; in exec_k_cmd()587 let old_y = ui.cursor.y(); in exec_f_cmd() localVariable589 String::from_utf8_lossy(&ui.buffer.get_line(old_y)[old_x as usize..]).to_string(); in exec_f_cmd()613 let old_y = ui.cursor.y(); in exec_F_cmd() localVariable[all …]
285 let old_y = ui.cursor.y(); in do_delete_on_d_clicked() localVariable291 if old_y == y { in do_delete_on_d_clicked()297 .delete_until_line_beg(old_x as usize, old_y as usize); in do_delete_on_d_clicked()298 ui.buffer.merge_line(old_y); in do_delete_on_d_clicked()