Mercurial > 510Connectbot
comparison src/com/five_ten_sg/connectbot/transport/TN5250.java @ 87:1bc2229562f8
convert ctrl keys to virtual keys; use proper android home directory
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 16 Jun 2014 12:02:26 -0700 |
parents | 8f23b05a51f7 |
children | 33eb63352be5 |
comparison
equal
deleted
inserted
replaced
86:213153ca62a2 | 87:1bc2229562f8 |
---|---|
182 } | 182 } |
183 @Override | 183 @Override |
184 public void setCursorPosition(int c, int l) { | 184 public void setCursorPosition(int c, int l) { |
185 if (bridge.monitor != null) bridge.monitor.cursorMove(l, c); | 185 if (bridge.monitor != null) bridge.monitor.cursorMove(l, c); |
186 super.setCursorPosition(c, l); | 186 super.setCursorPosition(c, l); |
187 redraw(); | |
187 } | 188 } |
188 }; | 189 }; |
189 | 190 |
190 | 191 |
191 public TN5250() { | 192 public TN5250() { |