Function alacritty::ipc::send_message
source · pub fn send_message(
socket: Option<PathBuf>,
message: SocketMessage
) -> Result<()>
Expand description
Send a message to the active Alacritty socket.
pub fn send_message(
socket: Option<PathBuf>,
message: SocketMessage
) -> Result<()>
Send a message to the active Alacritty socket.