Changeset 4071 for neercs/trunk/src/neercs.h
- Timestamp:
- 11/30/09 11:03:47 (4 years ago)
- File:
-
- 1 edited
-
neercs/trunk/src/neercs.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/neercs.h
r4063 r4071 196 196 }; 197 197 198 struct sys 199 { 200 char *default_shell; 201 char *user_path; 202 int *to_grab; 203 char **to_start; 204 int nb_to_grab; 205 int attach, forceattach; 206 }; 207 198 208 struct screen_list 199 209 { … … 204 214 int changed; /* Global redraw needed (e.g. adding a screen) */ 205 215 int delay; /* Minimal time between two refresh (ms) */ 216 int requested_delay; 206 217 int force_refresh; 207 218 int need_refresh; /* If we skipped a refresh, do it next time */ … … 239 250 /* Option parsing and configuration */ 240 251 struct option *config; 241 char *default_shell; 242 char *user_path; 243 int *to_grab; 244 char **to_start; 245 int nb_to_grab; 246 int attach, forceattach; 247 int requested_delay; 252 253 struct sys sys; 248 254 249 255 struct recurrent_list *recurrent_list;
Note: See TracChangeset
for help on using the changeset viewer.
