about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-12-23 00:23:22 +0000
committerJames Booth <boothj5@gmail.com>2013-12-23 00:23:22 +0000
commitb83b262d47ea62330e1e1a21e3da12aef08e981d (patch)
tree6e459a2126cd797dda6299dc73b11d6336a401e4 /src/main.c
parent7fe8f61b9b43357c145ab28ab2f09bd9d870a16e (diff)
downloadprofani-tty-b83b262d47ea62330e1e1a21e3da12aef08e981d.tar.gz
Bind remaining ui functions in main.c
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 9b3f54b6..233feb6a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -50,6 +50,10 @@ _init_modules(void)
 
     ui_init_module();
     console_init_module();
+    inputwin_init_module();
+    notifier_init_module();
+    statusbar_init_module();
+    titlebar_init_module();
 }
 
 int