diff options
author | Christoph Lohmann <20h@r-36.net> | 2012-04-06 18:42:53 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2012-04-06 18:42:53 +0200 |
commit | 0808cda361ff473e728eecfa0ddda6862a0ecbe1 (patch) | |
tree | b0950250298530aaa377b81aaf079578bd9d2dc7 /tabbed.c | |
parent | c6b1f05d151e74197ca80c9b6363ebc28ced4951 (diff) |
Enable easier tabbed handling with the xid.
Diffstat (limited to 'tabbed.c')
-rw-r--r-- | tabbed.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -906,7 +906,7 @@ main(int argc, char *argv[]) { } } if(argc < 1) - usage(); + doinitspawn = False; setcmd(argc, argv); if(!setlocale(LC_CTYPE, "") || !XSupportsLocale()) |