tty raw mode support works mostly

adding cli-{chansession,runopts}.c which were missing

--HG--
extra : convert_revision : ca970fb1e3fdbf0a72750e4af8f45ad308e77368
This commit is contained in:
Matt Johnston
2004-07-30 12:29:53 +00:00
parent 225452befc
commit cb071834da
4 changed files with 405 additions and 0 deletions

View File

@@ -76,6 +76,8 @@ static void cli_session_init() {
cli_ses.state = STATE_NOTHING;
cli_ses.kex_state = KEX_NOTHING;
cli_ses.tty_raw_mode = 0;
/* For printing "remote host closed" for the user */
ses.remoteclosed = cli_remoteclosed;
ses.buf_match_algo = cli_buf_match_algo;