mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:37:45 +00:00
Make it possible for a process to switch controlling terminals.
Via the TIOCSCTTY and TIOCNOTTY ioctls.
This commit is contained in:
parent
10308c6434
commit
49b63281a0
6 changed files with 31 additions and 4 deletions
|
@ -8,5 +8,7 @@ enum IOCtlNumber {
|
|||
TCSETSW,
|
||||
TCSETSF,
|
||||
TIOCGWINSZ,
|
||||
TIOCSCTTY,
|
||||
TIOCNOTTY,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue