aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-03-19 23:30:49 -0500
committerJesse Luehrs <doy@tozt.net>2013-03-19 23:30:49 -0500
commit7a0d31af21d363ca5fef535d69a37b4e11c5b1cb (patch)
tree50a98b4f0ce6447fa447bedcfbdc749e1fc95eef /test
parentd81b604ed963ac571bbeefa033b7744ad3f51d5e (diff)
downloadrust-term-7a0d31af21d363ca5fef535d69a37b4e11c5b1cb.tar.gz
rust-term-7a0d31af21d363ca5fef535d69a37b4e11c5b1cb.zip
better api
Diffstat (limited to 'test')
-rw-r--r--test/termios2.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/termios2.rs b/test/termios2.rs
index 13d14d3..6b70464 100644
--- a/test/termios2.rs
+++ b/test/termios2.rs
@@ -12,8 +12,7 @@ fn loop_chars () {
}
fn main () {
- {
- let preserve = term::ios::PreserveTermios();
+ do term::ios::preserve {
term::ios::raw();
loop_chars();
}