Mercurial > 510Connectbot
diff src/com/five_ten_sg/connectbot/transport/TN5250.java @ 71:7ae9b0c382ec tn5250
use 5250 encryption config entry
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 13 Jun 2014 19:13:05 -0700 |
parents | 294435151b0c |
children | 8f23b05a51f7 |
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/transport/TN5250.java Fri Jun 13 19:07:34 2014 -0700 +++ b/src/com/five_ten_sg/connectbot/transport/TN5250.java Fri Jun 13 19:13:05 2014 -0700 @@ -152,7 +152,7 @@ if (mnemonics.containsKey(keyCode)) { String s = mnemonics.get(keyCode); if (s != "") { - if (bridge.monitor != null) bridge.monitor.hostData(s); + if (bridge.monitor != null) bridge.monitor.hostData(s.getBytes()); screen52.sendKeys(s); } }