Mercurial > 510Connectbot
comparison src/com/five_ten_sg/connectbot/service/TerminalBridge.java @ 93:3a58bc86cd6f
remove 5250 configuration
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 16 Jun 2014 16:50:13 -0700 |
parents | 33eb63352be5 |
children | e3b83c4f02f1 |
comparison
equal
deleted
inserted
replaced
92:e5259eab903e | 93:3a58bc86cd6f |
---|---|
209 /** | 209 /** |
210 * Spawn thread to open connection and start login process. | 210 * Spawn thread to open connection and start login process. |
211 */ | 211 */ |
212 protected void startConnection() { | 212 protected void startConnection() { |
213 transport = TransportFactory.getTransport(host.getProtocol()); | 213 transport = TransportFactory.getTransport(host.getProtocol()); |
214 transport.setLinks(manager, this, parent.homeDirectory, host, emulation); | 214 transport.setLinks(manager, this, TerminalView.homeDirectory, host, emulation); |
215 buffer = transport.getTransportBuffer(); | 215 buffer = transport.getTransportBuffer(); |
216 keyListener = transport.getTerminalKeyListener(); | 216 keyListener = transport.getTerminalKeyListener(); |
217 | 217 |
218 String monitor_init = host.getMonitor(); | 218 String monitor_init = host.getMonitor(); |
219 if ((monitor_init != null) && (monitor_init.length() > 0)) { | 219 if ((monitor_init != null) && (monitor_init.length() > 0)) { |