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 c0dee03..f8e8afe 100644
--- a/test/rl.rs
+++ b/test/rl.rs
@@ -1,6 +1,6 @@
extern mod term;
use term::{KeyCharacter,KeyEscape,KeyUp,KeyDown,KeyLeft,KeyRight,KeyF};
-use term::{Color,ColorRed};
+use term::info::{Color,ColorRed};
fn draw_map (term: &mut term::Term, color: Option<Color>,
rows: uint, cols: uint) {