Changeset 2474 for neercs/trunk/src/neercs.h
- Timestamp:
- Jun 22, 2008, 11:57:21 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/neercs.h
r2473 r2474 27 27 }; 28 28 29 30 29 struct option 31 30 { … … 71 70 int in_bell; /* Bell occuring in a window */ 72 71 int dont_update_coords; /* Used by recurrents */ 72 73 /* Detaching */ 73 74 int attached; /* Are we attached to a terminal */ 75 int socket; /* Socket to ask for attaching */ 76 char *socket_path; /* Socket to ask for attaching */ 77 char *socket_dir; /* Where to create the socket */ 74 78 75 79 /* Lock */ … … 133 137 134 138 int detach(struct screen_list* screen_list, caca_display_t * dp); 139 int request_attach(char *socket_path); 140 int create_socket(struct screen_list* screen_list); 141 int read_socket(struct screen_list* screen_list, cucul_canvas_t * cv, caca_display_t ** dp); 142 char ** list_sockets(char *socket_dir); 135 143 136 144 /* Screens management */
Note: See TracChangeset
for help on using the changeset viewer.