comparison 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
comparison
equal deleted inserted replaced
38:5c6f9d27ea1c 39:0883c0906870
73 73
74 static void cli_session_init() { 74 static void cli_session_init() {
75 75
76 cli_ses.state = STATE_NOTHING; 76 cli_ses.state = STATE_NOTHING;
77 cli_ses.kex_state = KEX_NOTHING; 77 cli_ses.kex_state = KEX_NOTHING;
78
79 cli_ses.tty_raw_mode = 0;
78 80
79 /* For printing "remote host closed" for the user */ 81 /* For printing "remote host closed" for the user */
80 ses.remoteclosed = cli_remoteclosed; 82 ses.remoteclosed = cli_remoteclosed;
81 ses.buf_match_algo = cli_buf_match_algo; 83 ses.buf_match_algo = cli_buf_match_algo;
82 84