aboutsummaryrefslogtreecommitdiffstats
path: root/src/ansi/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ansi/mod.rs')
-rw-r--r--src/ansi/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ansi/mod.rs b/src/ansi/mod.rs
index 7a38ae4..d7e2ab3 100644
--- a/src/ansi/mod.rs
+++ b/src/ansi/mod.rs
@@ -1,5 +1,7 @@
use std::{collections::BTreeMap, io::Read, sync::RwLock};
+pub mod colors;
+
fn read1() -> Option<u8> {
let mut buf = [0];
match std::io::stdin().lock().read_exact(&mut buf) {