about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--draw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/draw.c b/draw.c
index ff6f779..7da24f2 100644
--- a/draw.c
+++ b/draw.c
@@ -94,7 +94,7 @@ drawall()
 void
 drawstatus()
 {
-	static const char *mode[] = { "~", "=" };
+	static const char *mode[] = { "~", "|" };
 	int i, x;
 
 	dc.x = dc.y = 0;
@@ -114,7 +114,7 @@ drawstatus()
 		else
 			drawtext(tags[i], dc.norm, sel && sel->tags[i]);
 	}
-	x = dc.x + dc.w;
+	x = dc.x + dc.w + 1;
 	dc.w = textw(stext);
 	dc.x = bx + bw - dc.w;
 	if(dc.x < x) {
4 +0100 committer Silvino Silva <silvino@bk.ru> 2016-08-19 21:23:24 +0100 initial script/act-chroot.sh commit' href='/punk/doc/commit/scripts/act-chroot.sh?id=aac1d3295f8abbaa05945900a89490be98355f80'>aac1d32 ^
c178db8 ^

aac1d32 ^
c178db8 ^


aac1d32 ^
c178db8 ^


aac1d32 ^
c178db8 ^
aac1d32 ^
c178db8 ^
aac1d32 ^
c178db8 ^






aac1d32 ^

c178db8 ^



aac1d32 ^


1ac5f12 ^
aac1d32 ^


c178db8 ^

aac1d32 ^
1ac5f12 ^



aac1d32 ^
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