« get me outta code hell

tui-lib - Pure Node.js library for making visual command-line programs (ala vim, ncdu)
about summary refs log tree commit diff
path: root/util/tui-app.js
diff options
context:
space:
mode:
Diffstat (limited to 'util/tui-app.js')
-rw-r--r--util/tui-app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/tui-app.js b/util/tui-app.js
index a695e57..fe1cd03 100644
--- a/util/tui-app.js
+++ b/util/tui-app.js
@@ -14,7 +14,7 @@ module.exports = async function tuiApp(callback) {
 
     const flushable = new Flushable(process.stdout, true);
 
-    const root = new Root(interfacer);
+    const root = new Root(interfacer, flushable);
 
     const size = await interfacer.getScreenSize();
     root.w = size.width;