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 f2ad637..355bf9c 100644
--- a/test/rl.rs
+++ b/test/rl.rs
@@ -29,7 +29,7 @@ fn draw_ground (x: uint, y: uint) {
}
fn main () {
- let (rows, cols) = term::ios::size();
+ let (cols, rows) = term::ios::size();
do term_app {
term::ios::cbreak();