diff --git a/meson_options.txt b/meson_options.txt index 7e8b1ba4..c0fe01c2 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -28,5 +28,5 @@ option('utmp-backend', type: 'combo', value: 'auto', choices: ['none', 'libutemp option('utmp-default-helper-path', type: 'string', value: 'auto', 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')