mirror of
https://github.com/wavetermdev/waveterm-docs-old.git
synced 2026-08-05 13:42:53 -07:00
reformatted session set command a bit and added fontawesome mention
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user