Request 'vt100' rather than 'vanilla' terminal type

This commit is contained in:
Brendan Shanks 2017-08-06 23:41:54 -07:00
parent d81f76338c
commit 745183ce05
1 changed files with 1 additions and 1 deletions

View File

@ -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);
{ {