# HG changeset patch # User Carl Byington # Date 1402701376 25200 # Node ID cb99bc2964c534e423a66696d533107f0a14d3fd # Parent 9a6335a203b2b15c5c3ebf266a3c35b29ab1748e allow host override terminal type diff -r 9a6335a203b2 -r cb99bc2964c5 src/com/five_ten_sg/connectbot/service/TerminalBridge.java --- 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);