Skip to content

Commit 9e3abdc

Browse files
committed
fix: allow_square_glyphs_to_overflow_width wrong value
Value is incorrect. Referred to docs: https://wezterm.org/config/lua/config/allow_square_glyphs_to_overflow_width.html
1 parent 7a0cbe9 commit 9e3abdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/types/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@
991991
---@field underline_thickness? string|number
992992
---@field underline_position? string|number
993993
---@field strikethrough_position? string|number
994-
---@field allow_square_glyphs_to_overflow_width? "Allow"|"Never"|"WhenFollowedBySpace"
994+
---@field allow_square_glyphs_to_overflow_width? "Always"|"Never"|"WhenFollowedBySpace"
995995
---@field integrated_title_buttons? IntegratedTitleButton[]
996996
---@field integrated_title_button_alignment? IntegratedTitleButtonAlignment
997997
---@field integrated_title_button_style? IntegratedTitleButtonStyle

0 commit comments

Comments
 (0)