diff options
| author | Corey Richardson <corey@octayn.net> | 2013-05-30 02:13:35 -0400 |
|---|---|---|
| committer | Corey Richardson <corey@octayn.net> | 2013-05-31 20:02:49 -0400 |
| commit | cf64324e19efd159fe0411f55a608f4f747e298d (patch) | |
| tree | 8daee41b13b1a418501c4c8b1a34e7e0ee8b21d1 /src/libextra/std.rc | |
| parent | 55c23bc55706d71e2168c0eef42f59f20e06b75f (diff) | |
| download | rust-cf64324e19efd159fe0411f55a608f4f747e298d.tar.gz rust-cf64324e19efd159fe0411f55a608f4f747e298d.zip | |
extra::term overhaul
Diffstat (limited to 'src/libextra/std.rc')
| -rw-r--r-- | src/libextra/std.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libextra/std.rc b/src/libextra/std.rc index a81ab3005f6..4e9a547e141 100644 --- a/src/libextra/std.rc +++ b/src/libextra/std.rc @@ -118,6 +118,8 @@ pub mod flate; #[cfg(unicode)] mod unicode; +#[path="terminfo/terminfo.rs"] +pub mod terminfo; // Compiler support modules |
