summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/remote.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remote.cc b/src/remote.cc
index 806203af..05a4d0ad 100644
--- a/src/remote.cc
+++ b/src/remote.cc
@@ -435,6 +435,7 @@ private:
{
write_debug("error running command '" + m_buffer + "' : " + e.description());
}
+ ClientManager::instance().redraw_clients();
delete this;
return;
}