about summary refs log tree commit diff stats
path: root/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'view.c')
-rw-r--r--view.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/view.c b/view.c
index 3b5abba..e74d4bc 100644
--- a/view.c
+++ b/view.c
@@ -218,8 +218,10 @@ restack()
 	Client *c;
 	XEvent ev;
 	
-	if(!sel)
+	if(!sel) {
+		drawstatus();
 		return;
+	}
 	if(sel->isfloat || arrange == dofloat) {
 		XRaiseWindow(dpy, sel->win);
 		XRaiseWindow(dpy, sel->twin);
8726'>5b288495 ^
b6c832d0 ^
6cb04c09 ^
d61bc4e5 ^


b6c832d0 ^
affaa4f7 ^
b6c832d0 ^

d3f9d547 ^

e087f6d4

8c68f693 ^
0cb11571 ^

8c68f693 ^

4525eb4b ^
0cb11571 ^
d3f9d547 ^
e087f6d4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64