summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-02-25 18:23:48 +0100
committerrabite <rabite@posteo.de>2019-02-25 19:06:26 +0100
commit7fc77f8605bf637331f2f9c283c4b4e284891af1 (patch)
tree62d2c03d60a2b2ea048e6f68fda93b39ed4a0ce2 /src/main.rs
parenta6c147442c508631df3b862a8d9b3d618ccfb339 (diff)
minibuffer Widgetified
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 3fd895c..2e1cfb1 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -39,6 +39,8 @@ mod hbox;
mod tabview;
mod async_widget;
mod fail;
+mod minibuffer;
+
use window::Window;