chore(wezterm): use custom default_cursor_style
parent
d1247f08d3
commit
2df753f317
|
@ -31,6 +31,7 @@ local flexi_ibm = {
|
||||||
},
|
},
|
||||||
font_size = 18.0,
|
font_size = 18.0,
|
||||||
line_height = 1.2,
|
line_height = 1.2,
|
||||||
|
default_cursor_style = "SteadyBlock",
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
@ -94,7 +95,7 @@ return {
|
||||||
|
|
||||||
native_macos_fullscreen_mode = true,
|
native_macos_fullscreen_mode = true,
|
||||||
|
|
||||||
default_cursor_style = "SteadyBar",
|
default_cursor_style = flexi_ibm.default_cursor_style,
|
||||||
audible_bell = "Disabled",
|
audible_bell = "Disabled",
|
||||||
|
|
||||||
-- Remove in next version
|
-- Remove in next version
|
||||||
|
|
Loading…
Reference in New Issue