Introduction
Introduction Statistics Contact Development Disclaimer Help
treformating - surf - customized build of surf, the suckless webkit browser
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit e2cae4d1f55738de53046a324289f5868ce5a502
parent 814bf9256524780292ccacd548c3f06300a21c16
Author: Enno Boland (tox) <[email protected]>
Date: Wed, 24 Mar 2010 19:16:10 +0100
reformating
Diffstat:
M surf.c | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/surf.c b/surf.c
t@@ -574,18 +574,14 @@ newwindow(Client *c, const Arg *arg) {
snprintf(tmp, LENGTH(tmp), "%u\n", (int)embed);
cmd[i++] = tmp;
}
- if(!script) {
+ if(!script)
cmd[i++] = "-s";
- }
- if(!plugin) {
+ if(!plugin)
cmd[i++] = "-p";
- }
- if(!loadimage) {
+ if(!loadimage)
cmd[i++] = "-l";
- }
- if(showxid) {
+ if(showxid)
cmd[i++] = "-x";
- }
cmd[i++] = "--";
uri = arg->v ? (char *)arg->v : c->linkhover;
if(uri)
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.