Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/virtual_terminal/
H A Dvirtual_console.rs583 let max_y; in gotoxy() localVariable
587 max_y = self.bottom - 1; in gotoxy()
590 max_y = self.rows - 1; in gotoxy()
595 } else if y >= max_y as i32 { in gotoxy()
596 self.state.y = max_y; in gotoxy()