mirror of
https://github.com/tmux/tmux.git
synced 2026-07-01 23:36:40 +00:00
8c93b768e4864be330c3d6a7962892135224f0f4
use event_once to queue a callback to deal with them. Also dead clients with references would never actually be freed because the wrap-up functions (the callback for stdin, or status_prompt_clear) would never be called. So call them in server_client_lost.
Description
tmux source code
Languages
C
84.5%
Roff
6.9%
Shell
6.2%
Yacc
1.2%
M4
0.7%
Other
0.5%