aboutsummaryrefslogtreecommitdiffstats
path: root/test/termios2.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-03-21 00:43:40 -0500
committerJesse Luehrs <doy@tozt.net>2013-03-21 00:43:40 -0500
commit0896e60afd21c9c6724fb06c6328bb890c4f911d (patch)
treedbf1794718852b032caeefb730a3f0feca6a2f96 /test/termios2.rs
parent6c64bd6b3e916e71afdd70f34cfb36f502dd147b (diff)
downloadrust-term-0896e60afd21c9c6724fb06c6328bb890c4f911d.tar.gz
rust-term-0896e60afd21c9c6724fb06c6328bb890c4f911d.zip
a couple aliases
Diffstat (limited to 'test/termios2.rs')
-rw-r--r--test/termios2.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/termios2.rs b/test/termios2.rs
index 6b70464..810656c 100644
--- a/test/termios2.rs
+++ b/test/termios2.rs
@@ -13,7 +13,7 @@ fn loop_chars () {
fn main () {
do term::ios::preserve {
- term::ios::raw();
+ term::raw();
loop_chars();
}