diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-07-30 12:29:53 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-07-30 12:29:53 +0000 |
commit | cb071834dab43b2edf6112a9918714691f27f3de (patch) | |
tree | 509b8196d0077d305f188eb78f17f3570416702f /cli-session.c | |
parent | 225452befcf83a7ed8923b96a285cb102c82f1a6 (diff) |
tty raw mode support works mostly
adding cli-{chansession,runopts}.c which were missing
--HG--
extra : convert_revision : ca970fb1e3fdbf0a72750e4af8f45ad308e77368
Diffstat (limited to 'cli-session.c')
-rw-r--r-- | cli-session.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli-session.c b/cli-session.c index b126b27..258d5c4 100644 --- a/cli-session.c +++ b/cli-session.c @@ -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; |