meson: ext-underline defaults to false

This commit is contained in:
kraftwerk28 2022-07-30 11:57:45 +03:00
parent e6d3c0100c
commit b1fe241215

View file

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