Lines Matching refs:bool
79 pub color_mode: bool,
99 pub display_ctrl: bool,
101 pub toggle_meta: bool,
103 pub screen_mode: bool,
105 pub origin_mode: bool,
107 pub autowrap: bool,
109 pub cursor_visible: bool,
113 pub insert_mode: bool,
117 pub need_wrap: bool,
121 pub utf: bool,
208 pub(super) fn init(&mut self, rows: Option<usize>, cols: Option<usize>, clear: bool) { in init() argument
229 pub fn should_update(&self) -> bool { in should_update() argument
233 pub fn is_visible(&self) -> bool { in is_visible() argument
250 pub(super) fn reset(&mut self, do_clear: bool) { in reset() argument
316 pub(super) fn translate(&mut self, c: &mut u32) -> (Option<u32>, bool) { in translate() argument
348 fn translate_unicode(&mut self, c: u32) -> (Option<u32>, bool) { in translate_unicode() argument
444 pub(super) fn is_control(&self, tc: u32, c: u32) -> bool { in is_control() argument
687 fn set_mode(&mut self, on_off: bool) { in set_mode() argument
1545 ) -> bool { in console_write_normal() argument
1785 blink: bool, in build_attr() argument
1786 underline: bool, in build_attr() argument
1787 reverse: bool, in build_attr() argument
1788 italic: bool, in build_attr() argument
1878 italic: bool,
1880 underline: bool,
1882 blink: bool,
1884 reverse: bool,
1959 pub fn is_ansi_control_string(&self) -> bool { in is_ansi_control_string() argument