mirror of
https://github.com/tmux/tmux.git
synced 2026-08-18 04:42:13 +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
76.2%
Shell
15.6%
Roff
6%
Yacc
1%
M4
0.7%
Other
0.4%