Searched refs:get_line (Results 1 – 5 of 5) sorted by relevance
63 let line = ui.buffer.get_line(y); in backspace()72 let line = ui.buffer.get_line(y); in backspace()
199 let line = ui.buffer.get_line(ui.cursor.y()).data; in jump_to_first_char()597 let line = ui.buffer.get_line(line_idx); in enter()665 let line = ui.buffer.get_line(y); in input_data()675 let line_data = ui.buffer.get_line(y); in input_data()
589 String::from_utf8_lossy(&ui.buffer.get_line(old_y)[old_x as usize..]).to_string(); in exec_f_cmd()615 String::from_utf8_lossy(&ui.buffer.get_line(old_y)[..old_x as usize]).to_string(); in exec_F_cmd()
481 self.write(String::from_utf8_lossy(&self.buf.get_line(last_line)))?; in highlight()490 self.write(String::from_utf8_lossy(&self.buf.get_line(self.y())))?; in highlight()
193 pub fn get_line(&self, line: u16) -> LineBuffer { in get_line() method329 self.get_line(line).flags in line_flags()