mirror of
https://github.com/tmux/tmux.git
synced 2026-06-21 01:35:23 +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
No description provided
Languages
C
87%
Roff
7.2%
Shell
3.2%
Yacc
1.2%
M4
0.8%
Other
0.5%