mirror of
https://github.com/tmux/tmux.git
synced 2026-07-12 20:30:27 +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
78%
Shell
13.4%
Roff
6.3%
Yacc
1.1%
M4
0.7%
Other
0.4%