mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
main: allow user to override shell on the command line
This commit is contained in:
parent
2046dc0fbd
commit
c11cc2be57
3 changed files with 21 additions and 11 deletions
2
slave.h
2
slave.h
|
|
@ -1,4 +1,4 @@
|
|||
#pragma once
|
||||
#include <stdbool.h>
|
||||
|
||||
void slave_spawn(int ptmx, char *cmd, int err_fd);
|
||||
void slave_spawn(int ptmx, char *const argv[], int err_fd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue