The unified diff between revisions [8032bf83..] and [220e18d5..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'netsync.cc'
#
#
# patch "netsync.cc"
# from [340e432145bad814c7757dfa04769449745b791f]
# to [2302612f5e4d92846a2ec32a842efb077f09384d]
#
============================================================
--- netsync.cc 340e432145bad814c7757dfa04769449745b791f
+++ netsync.cc 2302612f5e4d92846a2ec32a842efb077f09384d
@@ -2498,6 +2498,9 @@ call_server(options & opts,
// Commit whatever work we managed to accomplish anyways.
guard.commit();
+ // ensure that the tickers have finished and write any last ticks
+ ui.ensure_clean_line();
+
// We had an I/O error. We must decide if this represents a
// user-reported error or a clean disconnect. See protocol
// state diagram in session::process_bye_cmd.