comparison util.c @ 6:0968b3739b8d

apply keymodes patch
author paulo@thepaulopc
date Sun, 12 Jun 2011 14:32:54 -0700
parents 7024076fa948
children
comparison
equal deleted inserted replaced
0:e729f2a89395 1:dca975c27c9e
50 } 50 }
51 exit(0); 51 exit(0);
52 } 52 }
53 wait(0); 53 wait(0);
54 } 54 }
55
56 void
57 spawn_insert(Arg *arg) {
58 func_insert(spawn, arg);
59 }