mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-13 05:33:51 -04:00
term: term_spawn_new(): new function, spawns a new foot/footclient process
Bind ctrl+shift+return to it
This commit is contained in:
parent
2a95f2949b
commit
57de9feaa5
6 changed files with 80 additions and 5 deletions
1
slave.c
1
slave.c
|
|
@ -64,6 +64,7 @@ err:
|
|||
close(pts);
|
||||
if (ptmx != -1)
|
||||
close(ptmx);
|
||||
close(err_fd);
|
||||
_exit(errno);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue