aboutsummaryrefslogtreecommitdiff
path: root/src/tw
diff options
context:
space:
mode:
authorAndy Wortman <ixineeringeverywhere@gmail.com>2017-11-11 04:35:35 -0800
committerAndy Wortman <ixineeringeverywhere@gmail.com>2017-11-11 16:00:31 -0800
commit73dc5dda6b8ca8a8bdae0f620442e359871b0152 (patch)
tree1a3a0ff74bedf1788079ba642eb222f6a4d23c9d /src/tw
parent3601bf6433d46dea4dd1960f7a3cdc514602983d (diff)
start adding help reference
Diffstat (limited to 'src/tw')
-rw-r--r--src/tw/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tw/mod.rs b/src/tw/mod.rs
index b5ad72b..5a3cdfc 100644
--- a/src/tw/mod.rs
+++ b/src/tw/mod.rs
@@ -25,6 +25,7 @@ use self::user::User;
pub enum AppState {
Shutdown,
+ ShowHelp,
Reconnect,
Compose,
View