From 7a4e4aa8afb341ba3e2b949f71b6c2a05f743831 Mon Sep 17 00:00:00 2001 From: Florrie Date: Sat, 8 Dec 2018 02:38:04 -0400 Subject: Mouse support 'Cuz hey, why not? --- index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'index.js') diff --git a/index.js b/index.js index d6dbcee..15392bd 100755 --- a/index.js +++ b/index.js @@ -67,6 +67,8 @@ async function main() { root.h = size.height root.fixAllLayout() + process.stdout.write(ansi.startTrackingMouse()) + const flushable = new Flushable(process.stdout, true) flushable.resizeScreen(size) flushable.shouldShowCompressionStatistics = process.argv.includes('--show-ansi-stats') -- cgit 1.3.0-6-gf8a5