aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-04-03 02:43:29 -0500
committerJesse Luehrs <doy@tozt.net>2013-04-03 02:46:18 -0500
commit3e95a135f67b52589957c14595ad3837c7f2f1e5 (patch)
treecc39a9f97ada9bf4c82b685c055ef6bd29e98475 /src/term.rs
parent84dd024e5a6175ff5e18c7a8338f468d5f16944f (diff)
downloadrust-term-3e95a135f67b52589957c14595ad3837c7f2f1e5.tar.gz
rust-term-3e95a135f67b52589957c14595ad3837c7f2f1e5.zip
actually, let's not reexport the termios stuff at the top level
Diffstat (limited to 'src/term.rs')
-rw-r--r--src/term.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/term.rs b/src/term.rs
index b8ce18e..e876dfa 100644
--- a/src/term.rs
+++ b/src/term.rs
@@ -5,8 +5,7 @@
#[crate_type = "lib"];
-pub use ios::{cooked,cbreak,raw,echo,size};
-pub use util::isatty;
+pub use util::{isatty,size};
pub mod hexes;
pub mod info;