From 838738a04aca6cab481c6445cb7cc8a8b1d59001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 21 Jul 2019 20:46:17 +0200 Subject: [PATCH] terminfo: add XM (mouse initialization) --- foot.info | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/foot.info b/foot.info index fc87905f..3f2afa55 100644 --- a/foot.info +++ b/foot.info @@ -179,4 +179,4 @@ foot+base|foot base fragment, u8=\E[?%[;0123456789]c, u9=\E[c, vpa=\E[%i%p1%dd, - \ No newline at end of file + XM=\E[?1006;1000%?%p1%{1}%=%th%el%;, diff --git a/meson.build b/meson.build index 5d1bd058..a6da9aba 100644 --- a/meson.build +++ b/meson.build @@ -85,7 +85,7 @@ custom_target( 'terminfo', output: 'f', input: 'foot.info', - command: ['tic', '-o', '@OUTDIR@', '-e', 'foot,foot-direct', '@INPUT@'], + command: ['tic', '-x', '-o', '@OUTDIR@', '-e', 'foot,foot-direct', '@INPUT@'], install: true, install_dir: join_paths(get_option('datadir'), 'terminfo'))