mirror of
https://github.com/tmux/tmux.git
synced 2026-03-07 00:05:33 +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.4%
Roff
7.1%
Shell
2.8%
Yacc
1.3%
M4
0.8%
Other
0.5%