Searched refs:restore_tmp_pos (Results 1 – 3 of 3) sorted by relevance
190 self.restore_tmp_pos(pos)?; in move_to_nextline()221 self.restore_tmp_pos(pos)?; in move_to_previous_line()366 self.restore_tmp_pos(pos)?; in write_with_pos()395 pub fn restore_tmp_pos(&mut self, pos: (u16, u16)) -> io::Result<()> { in restore_tmp_pos() method482 self.restore_tmp_pos(pos)?; in highlight()491 self.restore_tmp_pos(pos)?; in highlight()
168 self.cursor.restore_tmp_pos(pos)?; in render_content()202 self.cursor.restore_tmp_pos(pos)?; in scroll_up()230 self.cursor.restore_tmp_pos(pos)?; in scroll_down()
152 ui.cursor.restore_tmp_pos(pos).unwrap(); in goto()