From f7220ddf08827ac0c2b46c3d9f083942ea489515 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Tue, 11 Jun 2024 12:35:02 +0200 Subject: [PATCH] wezterm: fix underline position --- .config/wezterm/wezterm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index 0648653..eee7cfc 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -222,7 +222,7 @@ config.default_cursor_style = "SteadyBlock" config.cursor_thickness = "6px" config.cursor_blink_rate = 700 config.hide_mouse_cursor_when_typing = false -config.underline_position = -7 +config.underline_position = -3 config.underline_thickness = 2 -- Scrolling