From 0896e60afd21c9c6724fb06c6328bb890c4f911d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 21 Mar 2013 00:43:40 -0500 Subject: a couple aliases --- test/rl.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/rl.rs') diff --git a/test/rl.rs b/test/rl.rs index 355bf9c..eb5d7d6 100644 --- a/test/rl.rs +++ b/test/rl.rs @@ -29,11 +29,11 @@ fn draw_ground (x: uint, y: uint) { } fn main () { - let (cols, rows) = term::ios::size(); + let (cols, rows) = term::size(); do term_app { - term::ios::cbreak(); - term::ios::echo(false); + term::cbreak(); + term::echo(false); term::info::clear(); draw_map(rows, cols); -- cgit v1.2.3-54-g00ecf