aboutsummaryrefslogtreecommitdiffstats
path: root/action.c
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2008-01-11 18:49:45 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2008-01-11 18:49:45 +0000
commitbcecfb1a318af0cfc1f91943393076027f9e676f (patch)
tree622334c258bae8ed3b85d294f2f8b570de6b9279 /action.c
parent25fd538ad6a1e8102d46268bbdbe3f0b53645341 (diff)
downloaddzen-bcecfb1a318af0cfc1f91943393076027f9e676f.tar.gz
dzen-bcecfb1a318af0cfc1f91943393076027f9e676f.zip
allow ^p() and ^pa() to set both X and Y positions in a line
git-svn-id: http://dzen.googlecode.com/svn/trunk@195 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'action.c')
-rw-r--r--action.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/action.c b/action.c
index e491200..f3773db 100644
--- a/action.c
+++ b/action.c
@@ -426,8 +426,7 @@ a_exec(char * opt[]) {
if(opt)
for(i=0; opt[i]; i++)
- if(opt[i])
- spawn(opt[i]);
+ if(opt[i]) spawn(opt[i]);
return 0;
}