no need for templating
This commit is contained in:
parent
0758c07ab7
commit
8760faca15
|
@ -211,7 +211,7 @@ impl<W: Write> DetectColors for W {
|
|||
}
|
||||
|
||||
/// Detect a color using OSC 4.
|
||||
fn detect_color<W: Write>(stdout: &mut W,
|
||||
fn detect_color(stdout: &mut Write,
|
||||
stdin: &mut Read,
|
||||
color: u16)
|
||||
-> io::Result<bool> {
|
||||
|
|
Loading…
Reference in New Issue