mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +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.5%
Roff
7.1%
Shell
2.7%
Yacc
1.3%
M4
0.8%
Other
0.5%