mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-23 01:40:12 -05:00
term_init(): initialize slave TERM from term_init() argument
This commit is contained in:
parent
69d62d3cd2
commit
0bd2ddd8ad
4 changed files with 6 additions and 6 deletions
2
main.c
2
main.c
|
|
@ -174,7 +174,7 @@ main(int argc, char *const *argv)
|
|||
if ((wayl = wayl_init(fdm)) == NULL)
|
||||
goto out;
|
||||
|
||||
if (!as_server && (term = term_init(&conf, fdm, wayl, argc, argv,
|
||||
if (!as_server && (term = term_init(&conf, fdm, wayl, conf.term, argc, argv,
|
||||
&term_shutdown_cb, &shutdown_ctx)) == NULL)
|
||||
goto out;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue