mirror of https://github.com/macssh/macssh.git
Request 'vt100' rather than 'vanilla' terminal type
This commit is contained in:
parent
d81f76338c
commit
745183ce05
|
@ -1524,7 +1524,7 @@ void *ssh2_thread(WindRec*w)
|
||||||
success:
|
success:
|
||||||
{
|
{
|
||||||
LIBSSH2_CHANNEL *channel = libssh2_channel_open_session(session);
|
LIBSSH2_CHANNEL *channel = libssh2_channel_open_session(session);
|
||||||
libssh2_channel_request_pty(channel, "vanilla");
|
libssh2_channel_request_pty(channel, "vt100");
|
||||||
libssh2_channel_shell(channel);
|
libssh2_channel_shell(channel);
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue