aewl

diff view.c @ 559:a2c465098a3b

renamed resizecol into resizemaster
author arg@mig29
date Tue, 31 Oct 2006 12:07:32 +0100
parents e249e2952a32
children b5435d3fb7b0
line diff
     1.1 --- a/view.c	Tue Oct 31 12:06:38 2006 +0100
     1.2 +++ b/view.c	Tue Oct 31 12:07:32 2006 +0100
     1.3 @@ -195,7 +195,7 @@
     1.4  }
     1.5  
     1.6  void
     1.7 -resizecol(Arg *arg) {
     1.8 +resizemaster(Arg *arg) {
     1.9  	if(master + arg->i > 950 || master + arg->i < 50)
    1.10  		return;
    1.11  	master += arg->i;