about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw.c b/draw.c
index dc2bdb6..bbcfadb 100644
--- a/draw.c
+++ b/draw.c
@@ -72,7 +72,7 @@ drawtext(const char *text, unsigned long col[ColLast], Bool highlight) {
 	if(highlight) {
 		r.x = dc.x + 2;
 		r.y = dc.y + 2;
-		r.width = r.height = 3;
+		r.width = r.height = (h + 2) / 4;
 		XFillRectangles(dpy, dc.drawable, dc.gc, &r, 1);
 	}
 }
gt; 2014-04-15 13:53:02 +0100 Fixes #1005' href='/ahoang/Nim/commit/tests/assign/tobjasgn.nim?h=devel&id=9e7c0fd2b03285636ad4faf35dadb1f289aeeeff'>9e7c0fd2b ^
20e3ab70b ^
275c7ccf8 ^
20e3ab70b ^


275c7ccf8 ^

























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