« 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/ansi.js
diff options
context:
space:
mode:
Diffstat (limited to 'util/ansi.js')
-rw-r--r--util/ansi.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ansi.js b/util/ansi.js
index 6d26f5d..860a4fa 100644
--- a/util/ansi.js
+++ b/util/ansi.js
@@ -105,7 +105,7 @@ const ansi = {
   },
 
   startTrackingMouse() {
-    return `${ESC}[?9h`
+    return `${ESC}[?1000h`
   },
 
   requestCursorPosition() {