summaryrefslogtreecommitdiffstats
path: root/src/state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.rs')
-rw-r--r--src/state.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/state.rs b/src/state.rs
index b979ed7..55b8c9e 100644
--- a/src/state.rs
+++ b/src/state.rs
@@ -70,12 +70,13 @@ impl State {
}
}
-#[derive(Copy, Clone)]
+#[derive(Copy, Clone, Debug)]
pub enum Focus {
Readline,
History(usize),
}
+#[derive(Debug)]
pub enum Action {
Render,
Run(String),