summaryrefslogtreecommitdiffstats
path: root/ui/src/types.rs
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-09-15 09:41:52 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-09-15 23:38:31 +0300
commit5ddd68ad9f32ae4be4a6ec5f15f6724d7aa8a2a5 (patch)
tree7b8cb5328eec77ff3e3730a5207ca463cd232537 /ui/src/types.rs
parent059d86de9338817c73ec75c47c3eebbc9e84004b (diff)
ui: add statusbar change with tab switch and updates
Diffstat (limited to 'ui/src/types.rs')
-rw-r--r--ui/src/types.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/types.rs b/ui/src/types.rs
index 174fa9ad..24e5ba25 100644
--- a/ui/src/types.rs
+++ b/ui/src/types.rs
@@ -38,6 +38,7 @@ pub enum StatusEvent {
DisplayMessage(String),
BufClear,
BufSet(String),
+ UpdateStatus(String),
}
/// `ThreadEvent` encapsulates all of the possible values we need to transfer between our threads