comparison util.c @ 9:bc03b37b37ba

move command mode text to the left, next to the layout icon
author paulo@thepaulopc
date Wed, 15 Jun 2011 23:27:32 -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 }