about summary refs log tree commit diff stats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 0e851b3..d9ca9f7 100644
--- a/main.c
+++ b/main.c
@@ -280,8 +280,8 @@ main(int argc, char *argv[])
 	scan_wins();
 
 	/* main event loop, reads status text from stdin as well */
-	while(running) {
 Mainloop:
+	while(running) {
 		FD_ZERO(&rd);
 		FD_SET(0, &rd);
 		FD_SET(ConnectionNumber(dpy), &rd);
8b5a76bc3f7a5962cb7490da3b6b'>7b5638f ^
1076f2b
7b5638f ^
ecc95c9 ^
b896b58 ^
fef6c5c ^

d7e1708 ^
71fd06f ^




95766d6 ^
1076f2b
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