aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main.rs b/src/main.rs
index edf5cb0..5854272 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -5,11 +5,11 @@ use std::os::unix::io::AsRawFd;
use std::path::Path;
use std::process::Command;
-mod cursor;
-mod linebuf;
-mod parse;
-mod raw;
-mod panic;
+pub mod cursor;
+pub mod linebuf;
+pub mod parse;
+pub mod raw;
+pub mod panic;
use linebuf::LineBuf;
use raw::*;