vt: underline colors and style from kitty

This commit is contained in:
kraftwerk28 2022-06-22 01:54:37 +03:00
parent 642f9910c2
commit 2e6bc3c61a
5 changed files with 202 additions and 3 deletions

View file

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