From 141dfdbda88c990fdd8cfc2ee2b1c49f8e1ebbf2 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sat, 12 May 2012 22:49:42 +0100 Subject: [PATCH] Refresh status-bar after moving a window. --- spectrwm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/spectrwm.c b/spectrwm.c index 1cf254e..e2f8670 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -3314,6 +3314,7 @@ send_to_ws(struct swm_region *r, union arg *args) } stack(); + bar_update(); } void