CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/22 01:18:13
Modified files:
usr.bin/tmux : cfg.c format.c tmux.1 tmux.c tmux.h
Log message:
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.
