From df8369ec7c092333e23a73ca51b8282c4c5b8ead Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 1 Mar 2023 09:52:26 -0600 Subject: [PATCH] feat(wezterm): set underline position offset --- dots/.config/wezterm/config/rendering.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/.config/wezterm/config/rendering.lua b/dots/.config/wezterm/config/rendering.lua index 13da8685..533f3d0b 100644 --- a/dots/.config/wezterm/config/rendering.lua +++ b/dots/.config/wezterm/config/rendering.lua @@ -7,4 +7,5 @@ return { bottom = 0, }, enable_scroll_bar = false, + underline_position = "250%", }