mirror of https://github.com/wolfSSL/wolfssh.git
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. |
||
---|---|---|
.. | ||
agent.c | ||
certman.c | ||
include.am | ||
internal.c | ||
io.c | ||
keygen.c | ||
log.c | ||
misc.c | ||
port.c | ||
ssh.c | ||
wolfscp.c | ||
wolfsftp.c | ||
wolfterm.c |