mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 08:44:52 +02:00
SETTING term=XTERM (#185)
https://github.com/PowerShell/Win32-OpenSSH/issues/252
This commit is contained in:
parent
69ede6fef2
commit
eb8cf61ccf
@ -53,6 +53,9 @@ wmain(int argc, wchar_t **wargv) {
|
||||
if (getenv("SSH_AUTH_SOCK") == NULL)
|
||||
_putenv("SSH_AUTH_SOCK=\\\\.\\pipe\\openssh-ssh-agent");
|
||||
|
||||
if (getenv("TERM") == NULL)
|
||||
_putenv("TERM=xterm");
|
||||
|
||||
w32posix_initialize();
|
||||
|
||||
r = main(argc, argv);
|
||||
|
Loading…
x
Reference in New Issue
Block a user