diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2015-03-24 13:50:14 +1300 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2015-03-25 10:37:03 +1300 |
| commit | 7e3ee02006ec53ff176fc3490ba01eb2a9c823b8 (patch) | |
| tree | f2eb7fc20a87d794676517f672ea94506dbeff09 /src/libterm | |
| parent | e7122a5a09d06aedd1d27d14c3ac38c40b0a7425 (diff) | |
| download | rust-7e3ee02006ec53ff176fc3490ba01eb2a9c823b8.tar.gz rust-7e3ee02006ec53ff176fc3490ba01eb2a9c823b8.zip | |
Bug fixes
Diffstat (limited to 'src/libterm')
| -rw-r--r-- | src/libterm/win.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libterm/win.rs b/src/libterm/win.rs index e29e0e27394..001313db676 100644 --- a/src/libterm/win.rs +++ b/src/libterm/win.rs @@ -126,7 +126,7 @@ impl<T: Write+Send+'static> WinConsole<T> { } Some(box WinConsole { buf: out, def_foreground: fg, def_background: bg, - foreground: fg, background: bg } as Box<Terminal<T>+Send>) + foreground: fg, background: bg }) } } |
