SolarOS 4.6.8 manual · command
session
List display sessions, port shells, and retained port-owned application sessions with their owner.
Usage
| Usage | Description | ||||
|---|---|---|---|---|---|
session list | List display sessions, port shells, and retained port-owned application sessions with their owner. | ||||
| `session create shell <port> [--term auto | vt100 | ansi | dumb] [--charset utf8 | ascii] [--size COLSxROWS]` | Start a shell session on a byte-stream port. |
session create shell <display-target> | Attach a shell session to a ready display target such as lcd0. | ||||
session create <app> <display-target> [args...] | Start a foreground application as the active session on a named display. | ||||
session focus [display-target] | Show or assign the display that receives BLE keyboard and local board-control input. | ||||
session fg [id] or session switch [id] | Resume a display session or a port-owned app on its owning terminal. Without an ID, restore the calling port's last suspended app. | ||||
session close <id> | Close a display app, display shell, port-owned app, or port shell session. | ||||
session background | Explain the foreground/background controls. |