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

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