Move config file path expansion much earlier, keep the list of paths
authornicm <nicm@openbsd.org>
Mon, 22 Feb 2021 08:18:13 +0000 (08:18 +0000)
committernicm <nicm@openbsd.org>
Mon, 22 Feb 2021 08:18:13 +0000 (08:18 +0000)
commitb8e6286c25d8be71887d9786f8ae1038e8cd9fac
tree649253b843def857dab3d5004e5ee7f54f1edfed
parent7310ea029c1ab49d65cdfbdb86265a4225f3403d
Move config file path expansion much earlier, keep the list of paths
around rather than freeing later, and add a config_files format variable
containing it. Suggested by kn@ a while back.
usr.bin/tmux/cfg.c
usr.bin/tmux/format.c
usr.bin/tmux/tmux.1
usr.bin/tmux/tmux.c
usr.bin/tmux/tmux.h