about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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);
t; 1999-05-13 02:10:32 -0400 snapshot of project "lynx", label v2-8-2pre_3' href='/ingrix/lynx-snapshots/commit/WWW/Library/Implementation/UCDefs.h?id=0bafa3a38906a8ffc183d758baa774d8b23a9fa4'>0bafa3a3 ^
d3f9d547 ^
e4409c40 ^
d97a6513 ^

443226a5 ^
e4409c40 ^
ab1d1ae5 ^

d3f9d547 ^










e4409c40 ^



d3f9d547 ^

e4409c40 ^








57bfc74f ^



e4409c40 ^
57bfc74f ^


e4409c40 ^





57bfc74f ^


e4409c40 ^
d3f9d547 ^


e4409c40 ^


d3f9d547 ^
e4409c40 ^
e4409c40 ^

57bfc74f ^
1d80538b ^
57bfc74f ^
e4409c40 ^







1d80538b ^



e4409c40 ^













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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99