From 1f087870d44fbc50ada98a7e626bfd54de1b7b71 Mon Sep 17 00:00:00 2001 From: Knox Lively Date: Tue, 5 Mar 2024 12:54:23 -0700 Subject: [PATCH] reformatted session set command a bit and added fontawesome mention --- reference/slashcommands.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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