mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -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
1
main.c
1
main.c
|
|
@ -161,7 +161,6 @@ main(int argc, char *const *argv)
|
|||
argv += optind;
|
||||
|
||||
setlocale(LC_ALL, "");
|
||||
setenv("TERM", conf.term, 1);
|
||||
|
||||
struct fdm *fdm = NULL;
|
||||
struct wayland *wayl = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue