mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
b644b175993b90803774859953d18618b921daa9

options_get_number() is relatively expensive and a check for dead panes happens a lot more often than actually finding one, so instead of getting the option for every check, get it for every dead window found.
Description
No description provided
Languages
C
87.5%
Roff
7.1%
Shell
2.7%
Yacc
1.3%
M4
0.8%
Other
0.5%