Module zellij_server::os_input_output[][src]

Structs

Process id’s for forked terminals

Process identifier

Traits

The ServerOsApi trait represents an abstract interface to the features of an operating system that Zellij server requires.

Functions

If a [TerminalAction::OpenFile(file)] is given, the text editor specified by environment variable EDITOR (or VISUAL, if EDITOR is not set) will be started in the new terminal, with the given file open. If [TerminalAction::RunCommand(RunCommand)] is given, the command will be started in the new terminal. If None is given, the shell specified by environment variable SHELL will be started in the new terminal.

Attribute Macros