Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/lib_ui/
H A Dtextui.rs584 vline_operating: LineId, field
613 vline_operating: LineId::new(0), in new()
710 self.vline_operating = self.vline_operating + 1; in textui_new_line()
712 if !self.vline_operating.check(self.vline_sum) { in textui_new_line()
713 self.vline_operating = LineId::new(0); in textui_new_line()
717 &mut (self.vlines[<LineId as Into<usize>>::into(self.vline_operating)]) in textui_new_line()
761 &mut (self.vlines[<LineId as Into<usize>>::into(self.vline_operating)]) in true_textui_putchar_window()
774 self.textui_refresh_characters(self.vline_operating, line_index, 1)?; in true_textui_putchar_window()
829 &self.vlines[<LineId as Into<usize>>::into(self.vline_operating)] in textui_putchar_window()
845 &mut self.vlines[<LineId as Into<usize>>::into(self.vline_operating)] in textui_putchar_window()
[all …]