Searched refs:top_vline (Results 1 – 1 of 1) sorted by relevance
580 top_vline: LineId, field612 top_vline: LineId::new(0), in new()641 let mut actual_line_id = vline_id - self.top_vline; //为正说明虚拟行不在真实行显示的区域上面 in textui_refresh_characters()734 self.top_vline = self.top_vline + 1; in textui_new_line()736 if !self.top_vline.check(self.vline_sum) { in textui_new_line()737 self.top_vline = LineId::new(0); in textui_new_line()741 self.textui_refresh_vlines(self.top_vline, actual_line_sum)?; in textui_new_line()892 self.top_vline = self.top_vline - 1; in textui_putchar_window()893 if <LineId as Into<i32>>::into(self.top_vline) < 0 { in textui_putchar_window()894 self.top_vline = LineId(self.vline_sum - 1); in textui_putchar_window()[all …]