diff --git a/reference/slashcommands.mdx b/reference/slashcommands.mdx index 63b7e6b..bc2ea86 100644 --- a/reference/slashcommands.mdx +++ b/reference/slashcommands.mdx @@ -344,15 +344,14 @@ Updates screen parameters. ``` Usage: -/screen:set [name=name] [tabcolor=color] [tabicon=icon] -/screen:set [anchor=anchor] [focus=focus] [line=line] +/screen:set [name=name] [tabcolor=color] [tabicon=icon] [anchor=anchor] [focus=focus] [line=line] ``` Options: - `name` - set the name of the screen in the tab bar - `tabcolor` - set the color of the tab -- `tabicon` - set the icon of the tab +- `tabicon` - set the icon of the tab (See [fontawesome](https://fontawesome.com/search?m=free&o=r) for a full list of supported icons.) - `anchor` - sets the current scroll anchor position (used by client) - `focus` - sets the focus type for the screen (used by client) (Options: `input` or `cmd`) - `line` - sets the currently selected line