Mercurial > 510Connectbot
changeset 235:ea49747c5447
activate needs to send a cursor update
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 10 Jul 2014 14:21:10 -0700 |
parents | 766176d84e73 |
children | 35ed530366d9 |
files | src/com/five_ten_sg/connectbot/service/TerminalMonitor.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/service/TerminalMonitor.java Thu Jul 10 11:25:46 2014 -0700 +++ b/src/com/five_ten_sg/connectbot/service/TerminalMonitor.java Thu Jul 10 14:21:10 2014 -0700 @@ -366,6 +366,7 @@ public synchronized void activate() { sendScreen(MONITOR_CMD_ACTIVATE); + cursorMoved(CURSOR_SCREEN_CHANGE); } public synchronized void keyState(boolean down) {