Home
last modified time | relevance | path

Searched refs:get_line (Results 1 – 5 of 5) sorted by relevance

/Held/src/utils/ui/
H A Devent.rs63 let line = ui.buffer.get_line(y); in backspace()
72 let line = ui.buffer.get_line(y); in backspace()
/Held/src/utils/ui/mode/
H A Dmode.rs199 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()
H A Dnormal.rs589 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()
/Held/src/utils/
H A Dcursor.rs481 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()
H A Dbuffer.rs193 pub fn get_line(&self, line: u16) -> LineBuffer { in get_line() method
329 self.get_line(line).flags in line_flags()