diff util.c @ 6:0968b3739b8d

apply keymodes patch
author paulo@thepaulopc
date Sun, 12 Jun 2011 14:32:54 -0700
parents 7024076fa948
children
line diff
     1.1 --- a/util.c	Wed Jan 27 23:28:29 2010 -0800
     1.2 +++ b/util.c	Sun Jun 12 14:32:54 2011 -0700
     1.3 @@ -52,3 +52,8 @@
     1.4  	}
     1.5  	wait(0);
     1.6  }
     1.7 +
     1.8 +void
     1.9 +spawn_insert(Arg *arg) {
    1.10 +	func_insert(spawn, arg);
    1.11 +}