mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
Set up pseudo terminal and fork slave
This commit is contained in:
parent
4de6a8ad38
commit
acda4d2d31
4 changed files with 127 additions and 7 deletions
4
slave.h
Normal file
4
slave.h
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#pragma once
|
||||
#include <stdbool.h>
|
||||
|
||||
void slave_spawn(int ptmx);
|
||||
Loading…
Add table
Add a link
Reference in a new issue