summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-04-02 14:00:37 +0200
committerMaxime Coste <frrrwww@gmail.com>2013-04-02 14:00:37 +0200
commite2d64b01d51eedff9173f2cce6f1a7f050918d42 (patch)
treeabcaa0481fa90113512cf19a0c774e82ba063dbc /src
parentcd16a7ff182519a826c83c80a67fcb514cce1c90 (diff)
ClientAccepter triggers window redrawing after executing a command
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;
}