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
614 vline_operating: LineId::new(0), in new()
713 self.vline_operating = self.vline_operating + 1; in textui_new_line()
715 if !self.vline_operating.check(self.vline_sum) { in textui_new_line()
716 self.vline_operating = LineId::new(0); in textui_new_line()
720 &mut (self.vlines[<LineId as Into<usize>>::into(self.vline_operating)]) in textui_new_line()
764 &mut (self.vlines[<LineId as Into<usize>>::into(self.vline_operating)]) in true_textui_putchar_window()
777 self.textui_refresh_characters(self.vline_operating, line_index, 1)?; in true_textui_putchar_window()
834 &self.vlines[<LineId as Into<usize>>::into(self.vline_operating)] in textui_putchar_window()
850 &mut self.vlines[<LineId as Into<usize>>::into(self.vline_operating)] in textui_putchar_window()
[all …]