aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 3b9014c0..ffa1c0c4 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -29,7 +29,7 @@ struct Cli {
command: Vec<OsString>,
}
-struct LoopData {
+pub struct LoopData {
display: Display<State>,
state: State,
}