Skip to main content

Module ipc

Module ipc 

Source
Expand description

Alacritty socket IPC.

Structsยง

IpcListener
IPC socket listener.

Enumsยง

SocketReply
IPC socket replies.

Constantsยง

ALACRITTY_SOCKET_ENV ๐Ÿ”’
Environment variable name for the IPC socket path.

Functionsยง

find_socket ๐Ÿ”’
Find the IPC socket path.
handle_reply ๐Ÿ”’
Process IPC responses.
send_message
Send a message to the active Alacritty socket.
send_reply
Send IPC message reply.
send_reply_fallible ๐Ÿ”’
Send IPC message reply, returning possible errors.
socket_dir
Directory for the IPC socket file.
socket_prefix
File prefix matching all available sockets.