« get me outta code hell

Merge remote-tracking branch 'notabug/master' - 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:
author(quasar) nebula <qznebula@protonmail.com>2023-05-13 13:20:59 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-05-13 13:20:59 -0300
commit34b7ff22766bae0e4b1b3121bd63d037c27285c7 (patch)
treef2f66a17c67bdf9be0b1576b28ffd0cf107b483c /util/tui-app.js
parent684e369c7b01b4c69995fc604ef33919077ffdf5 (diff)
parenta37d6be77261b2aae25c4235dcb38dd7b1bb60b1 (diff)
Merge remote-tracking branch 'notabug/master'
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 2f09818..0dfd821 100644
--- a/util/tui-app.js
+++ b/util/tui-app.js
@@ -13,7 +13,7 @@ export default async function tuiApp(callback) {
 
     const flushable = new Flushable(process.stdout, true);
 
-    const root = new Root(screenInterface);
+    const root = new Root(screenInterface, flushable);
 
     const size = await screenInterface.getScreenSize();
     root.w = size.width;