Mercurial > 510Connectbot
changeset 66:cb99bc2964c5 tn5250
allow host override terminal type
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 13 Jun 2014 16:16:16 -0700 |
parents | 9a6335a203b2 |
children | 99d5b02ad90c |
files | src/com/five_ten_sg/connectbot/service/TerminalBridge.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/service/TerminalBridge.java Fri Jun 13 16:14:01 2014 -0700 +++ b/src/com/five_ten_sg/connectbot/service/TerminalBridge.java Fri Jun 13 16:16:16 2014 -0700 @@ -172,7 +172,7 @@ float hostFontSize; this.manager = manager; this.host = host; - emulation = host.gethostEmulation(); + emulation = host.getHostEmulation(); if ((emulation == null) || (emulation.length() == 0)) emulation = manager.getEmulation(); // create prompt helper to relay password and hostkey requests up to gui promptHelper = new PromptHelper(this);