From ad2578a7ad98de9171400aea20c38f3ca237d88e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 8 Apr 2013 21:56:10 -0500 Subject: move size back to term::ios --- test/rl.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rl.rs') diff --git a/test/rl.rs b/test/rl.rs index e7c0643..8771056 100644 --- a/test/rl.rs +++ b/test/rl.rs @@ -37,7 +37,7 @@ fn draw_ground (term: &mut Term, color: Option, } fn main () { - let (cols, rows) = term::size(); + let (cols, rows) = term::ios::size(); { let mut term = Term(); -- cgit v1.2.3-54-g00ecf