wezterm: fix underline position
This commit is contained in:
parent
116d3f9e0c
commit
f7220ddf08
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ config.default_cursor_style = "SteadyBlock"
|
||||||
config.cursor_thickness = "6px"
|
config.cursor_thickness = "6px"
|
||||||
config.cursor_blink_rate = 700
|
config.cursor_blink_rate = 700
|
||||||
config.hide_mouse_cursor_when_typing = false
|
config.hide_mouse_cursor_when_typing = false
|
||||||
config.underline_position = -7
|
config.underline_position = -3
|
||||||
config.underline_thickness = 2
|
config.underline_thickness = 2
|
||||||
|
|
||||||
-- Scrolling
|
-- Scrolling
|
||||||
|
|
Loading…
Reference in a new issue