Expand description
Alacritty socket IPC.
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.
- spawn_
ipc_ socket - Create an IPC socket.