Home
last modified time | relevance | path

Searched refs:move_to_nextline (Results 1 – 4 of 4) sorted by relevance

/Held/src/utils/
H A Dcursor.rs35 pub fn move_to_nextline(lines: u16) -> io::Result<()> { in move_to_nextline() method
175 pub fn move_to_nextline(&mut self, mut lines: u16) -> io::Result<()> { in move_to_nextline() method
193 CursorManager::move_to_nextline(lines)?; in move_to_nextline()
338 self.move_to_nextline(1)?; in write_line()
343 self.move_to_nextline(1)?; in write_line()
/Held/src/utils/ui/
H A Devent.rs23 ui.cursor.move_to_nextline(1)?; in backspace()
/Held/src/utils/ui/mode/
H A Dmode.rs460 ui.cursor.move_to_nextline(1)?; in input_data()
609 ui.cursor.move_to_nextline(1)?; in enter()
H A Dnormal.rs356 ui.cursor.move_to_nextline(1)?; in exec_o_cmd()