Searched refs:display_ctrl (Results 1 – 1 of 1) sorted by relevance
101 pub display_ctrl: bool, field184 display_ctrl: Default::default(), in new()255 self.display_ctrl = false; in reset()320 if self.utf && !self.display_ctrl { in translate()454 if self.display_ctrl { in is_control()462 if c == 127 && !self.display_ctrl { in is_control()725 self.display_ctrl = on_off; in set_mode()1542 if self.utf && !self.display_ctrl && FontDesc::is_double_width(c) { in console_write_normal()1553 if (!self.utf || self.display_ctrl || c < 128) && (c & !charmask) == 0 { in console_write_normal()