box_title          27 modules/gui_hexbox.c static char box_title[64];
box_title          42 modules/gui_hexbox.c     strncpy(box_title, title, 63);
box_title          43 modules/gui_hexbox.c     box_title[63] = 0;
box_title          46 modules/gui_hexbox.c     int btl = strlen(box_title);
box_title          53 modules/gui_hexbox.c         box_title[(w/FONT_WIDTH - 4 < 63)?w/FONT_WIDTH - 4:63] = 0; // shorten the title
box_title          59 modules/gui_hexbox.c     offs_title = ((camera_screen.width - strlen(box_title)*FONT_WIDTH)>>1);
box_title         141 modules/gui_hexbox.c             draw_string(offs_title, y, box_title,  MAKE_COLOR(COLOR_BLACK, COLOR_WHITE));