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 4c7a1a4..db03958 100644
--- a/main.c
+++ b/main.c
@@ -251,7 +251,7 @@ main(int argc, char *argv[])
 	strcpy(stext, "dwm-"VERSION);
 	scan();
 
-	/* main event loop, reads status text from stdin as well */
+	/* main event loop, also reads status text from stdin */
 	while(running) {
 		FD_ZERO(&rd);
 		if(readin)
com> 2016-05-08 19:04:30 -0700 2941 - split Travis CI into multiple jobs' href='/akkartik/mu/commit/test_layers?h=main&id=1baa04dbd4c77d18b906fd185c762f613b36baa0'>1baa04db ^
c912b731 ^
7e977235 ^
a6a95dae ^

7e977235 ^
a6a95dae ^



3cc643be ^
1baa04db ^

eb917331 ^
4ba60f35 ^
1baa04db ^
9531333e ^
7e977235 ^
d822d111 ^
3cc643be ^
d822d111 ^


1baa04db ^

3cc643be ^
d9ee2076 ^
7e977235 ^
4ba60f35 ^
eb917331 ^
1baa04db ^

3cc643be ^
1baa04db ^

3cc643be ^

1baa04db ^
3cc643be ^





1baa04db ^
3cc643be ^
61c021fd ^
3cc643be ^





61c021fd ^
3cc643be ^
61c021fd ^
3cc643be ^





61c021fd ^
3cc643be ^
61c021fd ^
3cc643be ^



445bc53e ^

61c021fd ^
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