about summary refs log tree commit diff stats
path: root/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'layout.c')
-rw-r--r--layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout.c b/layout.c
index 0002397..eb64a33 100644
--- a/layout.c
+++ b/layout.c
@@ -175,7 +175,7 @@ tile(const char *arg) {
 			}
 			resize(c, nx, ny, nw, nh, False);
 			if(n > 1 && th != wah)
-				ny += nh;
+				ny += nh + 2 * c->border;
 			i++;
 		}
 		else
t;dickey@invisible-island.net> 1996-09-02 19:39:24 -0400 committer Thomas E. Dickey <dickey@invisible-island.net> 1996-09-02 19:39:24 -0400 snapshot of project "lynx", label v2_6' href='/ingrix/lynx-snapshots/commit/WWW/Library/Implementation/LYexit.h?id=e087f6d44e87f489fcb3056e86319ebba4218156'>e087f6d4
c812b42f ^
e4409c40 ^
ceb4156d ^
e4409c40 ^
c812b42f ^
327b7c16 ^
e087f6d4
c812b42f ^
e087f6d4















d326f24d ^


e087f6d4

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