From 695149a96299f9f1d3d0cc0747a7390a82d69525 Mon Sep 17 00:00:00 2001 From: Florrie Date: Wed, 23 Oct 2019 11:01:49 -0300 Subject: Correctly enable ANSI compression in tuiApp util --- util/tui-app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') 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; -- cgit 1.3.0-6-gf8a5