comparison src/com/five_ten_sg/connectbot/service/TerminalBridge.java @ 39:69bc44954bb5 tn5250

start tn5250 integration
author Carl Byington <carl@five-ten-sg.com>
date Tue, 10 Jun 2014 17:06:53 -0700
parents 139394237973
children ecdbff49182c
comparison
equal deleted inserted replaced
38:011462bddcf1 39:69bc44954bb5
448 448
449 // force font-size to make sure we resizePTY as needed 449 // force font-size to make sure we resizePTY as needed
450 setFontSize(fontSize); 450 setFontSize(fontSize);
451 // finally send any post-login string, if requested 451 // finally send any post-login string, if requested
452 injectString(host.getPostLogin()); 452 injectString(host.getPostLogin());
453 // force initial full redraw
454 fullRedraw = true;
455 redraw();
453 } 456 }
454 457
455 /** 458 /**
456 * @return whether a session is open or not 459 * @return whether a session is open or not
457 */ 460 */