mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-05 21:00:33 +09:00
Fix #157: Allow to set terminal modes for PTYs
Added the new function `ssh_channel_request_pty_size_modes` which allows to pass additional encoded SSH terminal modes (see opcodes in RFC 4245). Signed-off-by: Daniel Evers (daniel.evers@utimaco.com) Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
committed by
Jakub Jelen
parent
6ad455a8ac
commit
1291ceb17d
@@ -471,5 +471,6 @@ LIBSSH_AFTER_4_9_0
|
||||
sftp_aio_wait_write;
|
||||
ssh_pki_export_privkey_base64_format;
|
||||
ssh_pki_export_privkey_file_format;
|
||||
ssh_channel_request_pty_size_modes;
|
||||
} LIBSSH_4_9_0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user