mirror of
https://github.com/wez/wezterm.git
synced 2024-12-13 09:46:22 +03:00
229 B
229 B
tab_max_width
Specifies the maximum width that a tab can have in the tab bar when using retro tab mode. It is ignored when using fancy tab mode.
Defaults to 16 glyphs in width.
return {
tab_max_width = 16,
}