mirror of
https://github.com/tmux/tmux.git
synced 2026-08-07 07:49:02 +00:00
a4ea6a9d19ef9dc4290a9cd15e352a414198d268
Instead of passing a struct pollfd ** around through various functions, build them into a tree and then convert into a flat poll array before and after poll. This adds a little code but should reduce annoying problems with ordering when adding new things that also need to be polled.
Description
tmux source code
Languages
C
76.3%
Shell
15.5%
Roff
6%
Yacc
1%
M4
0.7%
Other
0.4%