From 0867d1894ce27b06e7ffce7ef3d52c8048e359d1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 2 Apr 2013 23:49:07 -0500 Subject: push escape code definitions back into term::info --- 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 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, rows: uint, cols: uint) { -- cgit v1.2.3-54-g00ecf