mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-26 06:46:45 -04:00
vt: underline colors and style from kitty
This commit is contained in:
parent
642f9910c2
commit
2e6bc3c61a
5 changed files with 202 additions and 3 deletions
|
|
@ -76,7 +76,10 @@ add_project_arguments(
|
|||
cc.get_supported_arguments(
|
||||
['-pedantic',
|
||||
'-fstrict-aliasing',
|
||||
'-Wstrict-aliasing']),
|
||||
'-Wstrict-aliasing']) +
|
||||
(get_option('ext-underline')
|
||||
? ['-DFOOT_EXT_UNDERLINE=1']
|
||||
: ['-DFOOT_EXT_UNDERLINE=0']),
|
||||
language: 'c',
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue