Mercurial > 510Connectbot
changeset 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 | 213153ca62a2 |
children | 1c22e6a7efff |
files | src/com/five_ten_sg/connectbot/transport/TN5250.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/transport/TN5250.java Mon Jun 16 11:31:58 2014 -0700 +++ b/src/com/five_ten_sg/connectbot/transport/TN5250.java Mon Jun 16 12:02:26 2014 -0700 @@ -184,6 +184,7 @@ public void setCursorPosition(int c, int l) { if (bridge.monitor != null) bridge.monitor.cursorMove(l, c); super.setCursorPosition(c, l); + redraw(); } };