BOX_LINES_DEFAULT
enum box_lines lines = BOX_LINES_DEFAULT;
enum box_lines lines = BOX_LINES_DEFAULT;
if (lines == BOX_LINES_DEFAULT)
if (menu_display(menu, 0, 0, NULL, x, y, c, BOX_LINES_DEFAULT, NULL,
screen_write_box(ctx, box_w, box_h, BOX_LINES_DEFAULT, &box_gc, NULL);
screen_write_box(&ctx, w, sy - h, BOX_LINES_DEFAULT, &box_gc, NULL);
if (lines != BOX_LINES_DEFAULT) {
if (lines == BOX_LINES_DEFAULT)
case BOX_LINES_DEFAULT:
screen_write_box(&ctx, box_w, box_h, BOX_LINES_DEFAULT, &gc, NULL);
screen_write_hline(ctx, sx, 0, 0, BOX_LINES_DEFAULT, &gc);
screen_write_box(&ctx, box_w, box_h, BOX_LINES_DEFAULT, &gc, NULL);
screen_write_box(ctx, width + 4, 3, BOX_LINES_DEFAULT,
screen_write_hline(ctx, sx, 0, 0, BOX_LINES_DEFAULT,