aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-11 17:01:15 -0500
committerJesse Luehrs <doy@tozt.net>2021-11-11 17:01:15 -0500
commit1b445694b349bc39c7f144dd5cd946e7de85f6ba (patch)
tree77a0d9ae3c3f9a17c952b2b6d1011988574d65f1 /src/lib.rs
parenta75279cbbcf8e87879b251a7dca8b7da8842a3e8 (diff)
downloadtextmode-1b445694b349bc39c7f144dd5cd946e7de85f6ba.tar.gz
textmode-1b445694b349bc39c7f144dd5cd946e7de85f6ba.zip
reexport vt100::Color
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 27723fb..da0d6dc 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -69,6 +69,7 @@
pub mod blocking;
pub mod color;
+pub use vt100::Color;
mod error;
pub use error::{Error, Result};
mod key;