CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/08 00:57:38
Modified files:
usr.bin/tmux : status.c tmux.h
Log message:
Do not cache format for status line because it stores various pointers
that might be stale, instead cache the cmd_find_state and rebuild the
formats every time they are needed. Reported by Marcel Partap in GitHub
isue 5065.
