Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/virtual_terminal/
H A Dvirtual_console.rs481 if self.cursor_type.cursor_size() != VcCursor::CUR_NONE { in set_cursor()
2002 pub fn cursor_size(&self) -> Self { in cursor_size() method
/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/
H A Dframebuffer_console.rs742 match fbcon_data.display.cursor_shape.cursor_size() { in cursor()