- Timestamp:
- Jul 27, 2008, 10:08:33 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/server.c
r2589 r2590 74 74 static int request_refresh(struct screen_list* screen_list) 75 75 { 76 int bytes;76 size_t bytes; 77 77 void *buf; 78 78 char *buf2; … … 159 159 for(;;) 160 160 { 161 caca_event_t ev;162 int ret = 0;163 161 int quit = 0; 164 162 ssize_t n; … … 294 292 refresh_screens(screen_list); 295 293 if(screen_list->attached) 294 { 296 295 if(screen_list->screen[screen_list->pty]->title) 297 296 set_title(screen_list->screen[screen_list->pty]->title, screen_list); 298 297 else 299 298 set_title(PACKAGE_STRING, screen_list); 299 } 300 300 refresh = 1; 301 301
Note: See TracChangeset
for help on using the changeset viewer.