Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/virtual_terminal/
H A Dvirtual_console.rs80 pub half_color: u32, field
174 half_color: Default::default(), in new()
237 self.half_color = 0x08; // grey in init()
1821 ret = (ret & 0xf0) | self.half_color as u8; in build_attr()