mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-09 08:21:01 -04:00
terminfo: add XM (mouse initialization)
This commit is contained in:
parent
3a50c54e7c
commit
838738a04a
2 changed files with 2 additions and 2 deletions
|
|
@ -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'))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue