From: Tiago Cunha Date: Sat, 12 May 2012 21:49:42 +0000 (+0100) Subject: Refresh status-bar after moving a window. X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=141dfdbda88c990fdd8cfc2ee2b1c49f8e1ebbf2;p=spectrwm.git Refresh status-bar after moving a window. --- 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