Mercurial > 510Connectbot
comparison src/com/five_ten_sg/connectbot/service/TerminalBridge.java @ 40:ecdbff49182c tn5250
start tn5250 integration
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 10 Jun 2014 17:26:53 -0700 |
parents | 69bc44954bb5 |
children | 7ac846a07ed4 |
comparison
equal
deleted
inserted
replaced
39:69bc44954bb5 | 40:ecdbff49182c |
---|---|
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(); | |
456 } | 453 } |
457 | 454 |
458 /** | 455 /** |
459 * @return whether a session is open or not | 456 * @return whether a session is open or not |
460 */ | 457 */ |