Home
last modified time | relevance | path

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

/external/rust/crates/termcolor/src/
Dlib.rs276 fn should_ansi(&self) -> bool { in should_ansi() method
589 if choice.should_ansi() || is_console_virtual { in create()
1053 if !console || choice.should_ansi() { in new()