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:08:45 +0000
committerJames Booth <boothj5@gmail.com>2013-12-23 00:08:45 +0000
commit7fe8f61b9b43357c145ab28ab2f09bd9d870a16e (patch)
tree6cc8e5ec113de946461d061c7a19d102b32bacba /src/main.c
parenta6859354b453dad686f6ed570c28a4870733dd08 (diff)
downloadprofani-tty-7fe8f61b9b43357c145ab28ab2f09bd9d870a16e.tar.gz
Bind console functions in main.c
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 2ca76de3..9b3f54b6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -49,6 +49,7 @@ _init_modules(void)
     roster_init_module();
 
     ui_init_module();
+    console_init_module();
 }
 
 int