Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/
H A Dframebuffer_console.rs731 || vc_data.cursor_type != fbcon_data.display.cursor_shape in cursor()
735 fbcon_data.display.cursor_shape = vc_data.cursor_type; in cursor()
739 match fbcon_data.display.cursor_shape.cursor_size() { in cursor()
H A Dmod.rs434 pub cursor_shape: VcCursor, field