forked from wolfSSL/wolfssh
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Change GetTerminalSize() to GetTerminalInfo(). 2. Add the term variable to the things GetTerminalInfo() looks up. 3. Return the actual value of the environment variable TERM to the server. If one isn't present, default to "xterm". 4. Clean up the whitespace in SendChannelTerminalRequest(). Misc other changes: 1. Cleanup whitespace in the recently added function SendChannelOpenFail(). 2. Add labels to the parameters in the prototype for SendChannelOpenFail(). 3. Remove the CR addition for Windows in the example client. Causes the enter key to double-strike.
- Loading branch information
1 parent
5af49f2
commit 5b094d6
Showing
3 changed files
with
65 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters