mirror of
https://github.com/tmux/tmux.git
synced 2026-09-14 01:10:48 +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
73.6%
Shell
18.6%
Roff
5.7%
Yacc
0.9%
M4
0.7%
Other
0.4%