comparison src/com/five_ten_sg/connectbot/service/TerminalBridge.java @ 172:cb9e359ea2bd

add switch session command from the monitor
author Carl Byington <carl@five-ten-sg.com>
date Tue, 01 Jul 2014 20:07:12 -0700
parents cb3b9b660b3d
children 6e07ea418b90
comparison
equal deleted inserted replaced
171:18aceeae6681 172:cb9e359ea2bd
220 buffer = transport.getTransportBuffer(); 220 buffer = transport.getTransportBuffer();
221 keyListener = transport.getTerminalKeyListener(); 221 keyListener = transport.getTerminalKeyListener();
222 String monitor_init = host.getMonitor(); 222 String monitor_init = host.getMonitor();
223 223
224 if ((monitor_init != null) && (monitor_init.length() > 0)) { 224 if ((monitor_init != null) && (monitor_init.length() > 0)) {
225 monitor = new TerminalMonitor(manager, buffer, parent, monitor_init); 225 monitor = new TerminalMonitor(manager, buffer, parent, host, monitor_init);
226 } 226 }
227 227
228 transport.setCompression(host.getCompression()); 228 transport.setCompression(host.getCompression());
229 transport.setHttpproxy(host.getHttpproxy()); 229 transport.setHttpproxy(host.getHttpproxy());
230 transport.setUseAuthAgent(host.getUseAuthAgent()); 230 transport.setUseAuthAgent(host.getUseAuthAgent());