Searched refs:move_to_nextline (Results 1 – 4 of 4) sorted by relevance
35 pub fn move_to_nextline(lines: u16) -> io::Result<()> { in move_to_nextline() method175 pub fn move_to_nextline(&mut self, mut lines: u16) -> io::Result<()> { in move_to_nextline() method193 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()
23 ui.cursor.move_to_nextline(1)?; in backspace()
460 ui.cursor.move_to_nextline(1)?; in input_data()609 ui.cursor.move_to_nextline(1)?; in enter()
356 ui.cursor.move_to_nextline(1)?; in exec_o_cmd()