mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Send notifications to control clients. Also don't redraw client when
suspended.
This commit is contained in:
@ -28,7 +28,6 @@
|
||||
void printflike2 control_msg_error(struct cmd_ctx *, const char *, ...);
|
||||
void printflike2 control_msg_print(struct cmd_ctx *, const char *, ...);
|
||||
void printflike2 control_msg_info(struct cmd_ctx *, const char *, ...);
|
||||
void printflike2 control_write(struct client *, const char *, ...);
|
||||
|
||||
/* Command error callback. */
|
||||
void printflike2
|
||||
|
Reference in New Issue
Block a user