summaryrefslogtreecommitdiffstats
path: root/src/term.rs
diff options
context:
space:
mode:
authorBen S <ogham@bsago.me>2015-06-08 21:33:39 +0100
committerBen S <ogham@bsago.me>2015-06-08 21:33:39 +0100
commit2d8a9b49bee97fdbdca4ce6c48ca813de6869e1b (patch)
tree6a04ae04628ed3bf308d60ef8f075fa537fc8a8a /src/term.rs
parent549f59092c7dcbeb5fe619cb841c8a8a87b877e9 (diff)
Various unimportant style changes
Diffstat (limited to 'src/term.rs')
-rw-r--r--src/term.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.rs b/src/term.rs
index a3ba130..7f69b54 100644
--- a/src/term.rs
+++ b/src/term.rs
@@ -1,6 +1,6 @@
mod c {
- pub use libc::{c_int, c_ushort, c_ulong, STDOUT_FILENO};
use std::mem::zeroed;
+ use libc::{c_int, c_ushort, c_ulong, STDOUT_FILENO};
// Getting the terminal size is done using an ioctl command that
// takes the file handle to the terminal (which in our case is