# HG changeset patch # User Carl Byington # Date 1401419836 25200 # Node ID 02717d15de9bb7ecd344683b998c26006e6e9647 # Parent 48a8daea92219a650fac5f054b98687b8941cee0 delay sending cursor move notifications until the host is quiet diff -r 48a8daea9221 -r 02717d15de9b src/com/five_ten_sg/connectbot/service/TerminalMonitor.java --- a/src/com/five_ten_sg/connectbot/service/TerminalMonitor.java Thu May 29 20:15:58 2014 -0700 +++ b/src/com/five_ten_sg/connectbot/service/TerminalMonitor.java Thu May 29 20:17:16 2014 -0700 @@ -327,7 +327,7 @@ public synchronized void cursorMove(int l, int c) { moved = true; - to_line = l + to_line = l; to_column = c; }