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 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)
2022-05-02 08:20:30 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2022-05-02 08:24:24 -0700 handle chords' href='/akkartik/view.love/commit/keychord.lua?id=4aa2003c94e8cdadde3d353a8cbc631c3a92833d'>4aa2003 ^
d1f893a ^
4aa2003 ^









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