mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-09 08:21:01 -04:00
slave: set TERM environment variable in slave process
This commit is contained in:
parent
d2b395bd43
commit
69d62d3cd2
4 changed files with 6 additions and 4 deletions
|
|
@ -428,7 +428,7 @@ term_init(const struct config *conf, struct fdm *fdm, struct wayland *wayl,
|
|||
LOG_INFO("cell width=%d, height=%d", term->cell_width, term->cell_height);
|
||||
|
||||
/* Start the slave/client */
|
||||
if ((term->slave = slave_spawn(term->ptmx, argc, argv, conf->shell)) == -1)
|
||||
if ((term->slave = slave_spawn(term->ptmx, argc, argv, conf->term, conf->shell)) == -1)
|
||||
goto err;
|
||||
|
||||
/* Initiailze the Wayland window backend */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue