mirror of
https://github.com/tmux/tmux.git
synced 2026-07-20 16:01:18 +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
tmux source code
Languages
C
76.8%
Shell
15%
Roff
6%
Yacc
1%
M4
0.6%
Other
0.5%