mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-08 08:20:59 -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
|
|
@ -179,4 +179,4 @@ foot+base|foot base fragment,
|
||||||
u8=\E[?%[;0123456789]c,
|
u8=\E[?%[;0123456789]c,
|
||||||
u9=\E[c,
|
u9=\E[c,
|
||||||
vpa=\E[%i%p1%dd,
|
vpa=\E[%i%p1%dd,
|
||||||
|
XM=\E[?1006;1000%?%p1%{1}%=%th%el%;,
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,7 @@ custom_target(
|
||||||
'terminfo',
|
'terminfo',
|
||||||
output: 'f',
|
output: 'f',
|
||||||
input: 'foot.info',
|
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: true,
|
||||||
install_dir: join_paths(get_option('datadir'), 'terminfo'))
|
install_dir: join_paths(get_option('datadir'), 'terminfo'))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue