mirror of
https://github.com/tmux/tmux.git
synced 2025-10-17 23:31:48 +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
87.5%
Roff
7.1%
Shell
2.7%
Yacc
1.3%
M4
0.8%
Other
0.5%