mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05: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
2
slave.h
2
slave.h
|
|
@ -4,4 +4,4 @@
|
|||
#include <sys/types.h>
|
||||
|
||||
pid_t slave_spawn(
|
||||
int ptmx, int argc, char *const *argv, const char *conf_shell);
|
||||
int ptmx, int argc, char *const *argv, const char *term_env, const char *conf_shell);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue