From b1fe24121568376ca58bfe87eb77b342cb291204 Mon Sep 17 00:00:00 2001 From: kraftwerk28 Date: Sat, 30 Jul 2022 11:57:45 +0300 Subject: [PATCH] meson: ext-underline defaults to false --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')