Home
last modified time | relevance | path

Searched refs:dimmed (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/termcolor/src/
H A Dlib.rs1373 if spec.dimmed { in set_color()
1653 dimmed: bool,
1667 dimmed: false, in default()
1718 /// Get whether this is dimmed or not.
1720 /// Note that the dimmed setting has no effect in a Windows console.
1721 pub fn dimmed(&self) -> bool { in dimmed() functions
1722 self.dimmed in dimmed()
1725 /// Set whether the text is dimmed or not.
1727 /// Note that the dimmed setting has no effect in a Windows console.
1729 self.dimmed in set_dimmed()
[all...]

Completed in 3 milliseconds