mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
clint: check env functions
This commit is contained in:
@@ -157,11 +157,11 @@ static void init_child(PtyProcess *ptyproc)
|
||||
// New session/process-group. #6530
|
||||
setsid();
|
||||
|
||||
unsetenv("COLUMNS");
|
||||
unsetenv("LINES");
|
||||
unsetenv("TERMCAP");
|
||||
unsetenv("COLORTERM");
|
||||
unsetenv("COLORFGBG");
|
||||
os_unsetenv("COLUMNS");
|
||||
os_unsetenv("LINES");
|
||||
os_unsetenv("TERMCAP");
|
||||
os_unsetenv("COLORTERM");
|
||||
os_unsetenv("COLORFGBG");
|
||||
|
||||
signal(SIGCHLD, SIG_DFL);
|
||||
signal(SIGHUP, SIG_DFL);
|
||||
|
Reference in New Issue
Block a user