Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/video/console/
H A Ddummycon.rs24 pub const COLUNMS: usize = 80; constant
56 vc_data.cols = Self::COLUNMS; in con_init()
62 WindowSize::new(Self::ROWS as u16, Self::COLUNMS as u16, 0, 0), in con_init()