2022-07-19 15:51:48 +03:00
|
|
|
# tab:set_title(TITLE)
|
|
|
|
|
2022-08-07 23:26:59 +03:00
|
|
|
*Since: 20220807-113146-c2fee766*
|
2022-07-19 15:51:48 +03:00
|
|
|
|
|
|
|
Sets the tab title to the provided string.
|
|
|
|
|
|
|
|
```lua
|
2022-07-19 17:54:31 +03:00
|
|
|
tab:set_title 'my title'
|
2022-07-19 15:51:48 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|