mirror of
https://github.com/wez/wezterm.git
synced 2024-12-19 19:31:49 +03:00
12 lines
137 B
Markdown
12 lines
137 B
Markdown
|
# tab:set_title(TITLE)
|
||
|
|
||
|
*Since: nightly builds only*
|
||
|
|
||
|
Sets the tab title to the provided string.
|
||
|
|
||
|
```lua
|
||
|
tab:set_title("my title")
|
||
|
```
|
||
|
|
||
|
|