Expand description
Alacritty socket IPC.
Structsยง
- IpcListener
- IPC socket listener.
Enumsยง
- Socket
Reply - 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.