mirror of
https://github.com/tmux/tmux.git
synced 2026-05-13 17:04:45 +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
87.2%
Roff
7.3%
Shell
2.8%
Yacc
1.3%
M4
0.8%
Other
0.5%