feat(wezterm): set underline position offset

This commit is contained in:
Price Hiller 2023-03-01 09:52:26 -06:00
parent be7f3001ee
commit df8369ec7c
No known key found for this signature in database

View File

@ -7,4 +7,5 @@ return {
bottom = 0, bottom = 0,
}, },
enable_scroll_bar = false, enable_scroll_bar = false,
underline_position = "250%",
} }