Changeset 2390
- Timestamp:
- Jun 14, 2008, 1:44:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/main.c
r2389 r2390 386 386 cucul_set_color_ansi(cv, CUCUL_LIGHTGREEN, CUCUL_BLACK); 387 387 } 388 388 389 cucul_draw_cp437_box(cv, 389 390 screen_list->screen[pty]->x - 1, … … 391 392 screen_list->screen[pty]->w + 2, 392 393 screen_list->screen[pty]->h + 2); 394 393 395 if(screen_list->screen[pty]->title) 396 { 394 397 cucul_printf(cv, 395 398 screen_list->screen[pty]->x, … … 397 400 " %.*s ", 398 401 screen_list->screen[pty]->w - 3, 399 screen_list->screen[pty]->title); 402 screen_list->screen[pty]->title); 403 } 404 400 405 cucul_gotoxy(cv, 401 406 screen_list->screen[pty]->x +
Note: See TracChangeset
for help on using the changeset viewer.