Changeset 4056 for neercs/trunk
- Timestamp:
- Nov 28, 2009, 10:53:54 AM (11 years ago)
- Location:
- neercs/trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/client.c
r4001 r4056 152 152 x = atoi(buf + 8); 153 153 y = atoi(buf + 19); 154 154 155 /* 0 means we have valid data but incomplete, so read the rest 155 156 */ -
neercs/trunk/src/server.c
r4055 r4056 342 342 refresh = 1; 343 343 } 344 #ifdef USE_LOCK 344 345 else if ((current_time - screen_list->last_key_time >= 345 346 screen_list->autolock_timeout)) … … 348 349 refresh = 1; 349 350 } 351 #endif 350 352 else if ((current_time - screen_list->last_key_time >= 351 353 screen_list->screensaver_timeout)) -
neercs/trunk/src/term.c
r4052 r4056 198 198 char b[100]; 199 199 200 201 200 debug("ansi : import_term\n"); 202 201
Note: See TracChangeset
for help on using the changeset viewer.