CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/06 01:36:05
Modified files:
usr.bin/tmux : format.c
Log message:
Add a state struct to store working state during format expansion
instead of modiyfing the format tree.
Use this to disable nested job expansion so that the result of #() is
not expanded again. Reported by Chas J Owens IV, GitHub issue 2390.
