about summary refs log tree commit diff stats
path: root/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'view.c')
-rw-r--r--view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.c b/view.c
index 4f42abe..abd8ca6 100644
--- a/view.c
+++ b/view.c
@@ -195,7 +195,7 @@ isvisible(Client *c) {
 }
 
 void
-resizecol(Arg *arg) {
+resizemaster(Arg *arg) {
 	if(master + arg->i > 950 || master + arg->i < 50)
 		return;
 	master += arg->i;
previous revision' href='/akkartik/mu/blame/062array.mu?h=main&id=fc52705f4956df9a756b902b187f31799c1451a4'>^
77d5b5d6 ^
bc643692 ^
9636c7ae ^


502d2ea5 ^

9636c7ae ^

502d2ea5 ^
9636c7ae ^
bc643692 ^
9636c7ae ^

502d2ea5 ^

9636c7ae ^
502d2ea5 ^



9636c7ae ^

502d2ea5 ^
9636c7ae ^
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