wolfSSL / wolfssh

wolfSSH is a small, fast, portable SSH implementation, including support for SCP and SFTP.
https://www.wolfssl.com
379 stars 90 forks source link

Term Tweaks #590

Closed ejohnstown closed 1 year ago

ejohnstown commented 1 year ago
  1. Add check for IUTF8 and forward.
  2. Changed the TTYSet() for a char and a word version. For chars that were -1, they were getting set as a word.
  3. In DoChannelRequest(), read the modes as a string reference.