terminfo: add XM (mouse initialization)

This commit is contained in:
Daniel Eklöf 2019-07-21 20:46:17 +02:00
parent 3a50c54e7c
commit 838738a04a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 2 additions and 2 deletions

View file

@ -179,4 +179,4 @@ foot+base|foot base fragment,
u8=\E[?%[;0123456789]c,
u9=\E[c,
vpa=\E[%i%p1%dd,
XM=\E[?1006;1000%?%p1%{1}%=%th%el%;,

View file

@ -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'))