aboutsummaryrefslogtreecommitdiffstats
path: root/test/rl.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-04-02 23:49:07 -0500
committerJesse Luehrs <doy@tozt.net>2013-04-02 23:49:07 -0500
commit0867d1894ce27b06e7ffce7ef3d52c8048e359d1 (patch)
treea911a205b9ddb0697a72b6c9c4f45154b2d3cd44 /test/rl.rs
parenta15bbbad39bf35adeb7eaa31db2c5ad6b4402414 (diff)
downloadrust-term-0867d1894ce27b06e7ffce7ef3d52c8048e359d1.tar.gz
rust-term-0867d1894ce27b06e7ffce7ef3d52c8048e359d1.zip
push escape code definitions back into term::info
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) {