Skip to content

Commit db61349

Browse files
committed
windows fix
1 parent 6c997b7 commit db61349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libextra/term.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ pub impl Terminal {
117117
#[cfg(target_os = "win32")]
118118
pub impl Terminal {
119119
pub fn new(out: @io::Writer) -> Result<Terminal, ~str> {
120-
return Ok(Terminal {out: out, color_supported: cs});
120+
return Ok(Terminal {out: out, color_supported: false});
121121
}
122122

123123
fn fg(&self, color: u8) {

0 commit comments

Comments
 (0)