Changeset 2383
- Timestamp:
- Jun 13, 2008, 11:58:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/main.c
r2382 r2383 352 352 screen_list->screen[i]->w + 2, 353 353 screen_list->screen[i]->h + 2); 354 if(screen_list->screen[i]->title) 355 cucul_printf(cv, screen_list->screen[i]->x, 356 screen_list->screen[i]->y - 1, 357 " %s ", screen_list->screen[i]->title); 354 358 } 355 359 … … 376 380 screen_list->screen[pty]->w + 2, 377 381 screen_list->screen[pty]->h + 2); 382 383 if(screen_list->screen[pty]->title) 384 cucul_printf(cv, screen_list->screen[pty]->x, 385 screen_list->screen[pty]->y - 1, 386 " %s ", screen_list->screen[pty]->title); 378 387 379 388 cucul_gotoxy(cv,
Note: See TracChangeset
for help on using the changeset viewer.