mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-04 07:15:29 -04:00
slave: exec shell from conf
This commit is contained in:
parent
19aaa7b774
commit
153894eb73
3 changed files with 89 additions and 4 deletions
2
main.c
2
main.c
|
|
@ -548,7 +548,7 @@ main(int argc, char *const *argv)
|
|||
|
||||
case 0:
|
||||
/* Child */
|
||||
slave_spawn(term.ptmx);
|
||||
slave_spawn(term.ptmx, conf.shell);
|
||||
assert(false);
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue