Change #266606
| Category | tmux |
| Changed by | nicm <nicm> |
| Changed at | Fri 08 May 2026 08:57:38 |
| Repository | https://github.com/tmux/tmux.git |
| Project | tmux |
| Branch | master |
| Revision | af98467d0d23cbd8be6f11cf87823da5695b95da |
Comments
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.
Changed files
- status.c
- tmux.h