mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-26 06:46:45 -04:00
meson: ext-underline defaults to false
This commit is contained in:
parent
e6d3c0100c
commit
b1fe241215
1 changed files with 1 additions and 1 deletions
|
|
@ -28,5 +28,5 @@ option('utmp-backend', type: 'combo', value: 'auto', choices: ['none', 'libutemp
|
||||||
option('utmp-default-helper-path', type: 'string', value: 'auto',
|
option('utmp-default-helper-path', type: 'string', value: 'auto',
|
||||||
description: 'Default path to the utmp helper binary. Default: auto-detect')
|
description: 'Default path to the utmp helper binary. Default: auto-detect')
|
||||||
|
|
||||||
option('ext-underline', type: 'boolean', value: true,
|
option('ext-underline', type: 'boolean', value: false,
|
||||||
description: 'Enable underline styles & colors from xterm-kitty')
|
description: 'Enable underline styles & colors from xterm-kitty')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue