Do not run the config file in the context of the first client, instead
authornicm <nicm@openbsd.org>
Fri, 21 Apr 2017 13:15:43 +0000 (13:15 +0000)
committernicm <nicm@openbsd.org>
Fri, 21 Apr 2017 13:15:43 +0000 (13:15 +0000)
commit7a823ed604dd9dffebc63f4d806b923939c03292
treef30752d9a18d03435b97a54f2efca5911728cf2a
parent8d6f4d1bb411190c1546cfe7635854010420d7ef
Do not run the config file in the context of the first client, instead
use no client like we did before. This means commands like new-session
won't try to attach if they are in the config file.
usr.bin/tmux/cfg.c