mirror of
https://github.com/wez/wezterm.git
synced 2024-12-13 18:39:30 +03:00
14 lines
229 B
Markdown
14 lines
229 B
Markdown
# `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.
|
|
|
|
```lua
|
|
return {
|
|
tab_max_width = 16,
|
|
}
|
|
```
|