aboutsummaryrefslogtreecommitdiffstats
path: root/test/rl.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/rl.rs')
-rw-r--r--test/rl.rs2
1 files changed, 1 insertions, 1 deletions
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<Color>,
}
fn main () {
- let (cols, rows) = term::size();
+ let (cols, rows) = term::ios::size();
{
let mut term = Term();