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.