Module terminal

Module terminal 

Source
Expand description

Terminal utilities.

Structs§

Config
Terminal configuration.

Functions§

get_foreground_pid
Get the foreground process ID of the attached terminal.
get_parent_process_id
Get the process ID of this process’s parent.
get_process_group_id
Get the process group ID for this process’s process group.
move_self_to_foreground
Moves the current process to the foreground of the attached terminal.
move_to_foreground
Move the specified process to the foreground of the attached terminal.