mirror of
https://github.com/tmux/tmux.git
synced 2026-04-16 21:46:44 +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
No description provided
Languages
C
87.2%
Roff
7.2%
Shell
2.9%
Yacc
1.3%
M4
0.8%
Other
0.5%