Mercurial > dropbear
diff cli-session.c @ 39:0883c0906870
tty raw mode support works mostly
adding cli-{chansession,runopts}.c which were missing
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 30 Jul 2004 12:29:53 +0000 |
parents | 0913e2ee3545 |
children | b4874d772210 |
line wrap: on
line diff
--- a/cli-session.c Fri Jul 30 11:27:52 2004 +0000 +++ b/cli-session.c Fri Jul 30 12:29:53 2004 +0000 @@ -76,6 +76,8 @@ 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;