Searched refs:def_color (Results 1 – 1 of 1) sorted by relevance
69 pub def_color: u8, field163 def_color: Default::default(), in new()220 self.def_color = 15; // white in init()1110 self.state.color = (self.def_color & 0x0f) | (self.state.color & 0xf0); in csi_m()1115 self.state.color = (self.def_color & 0xf0) | (self.state.color & 0x0f); in csi_m()1848 self.state.color = self.def_color; in default_attr()