- y = 5;
- x = 5;
- /* Dibujo el bloque de color rojo */
- /*wattron (win, COLOR_PAIR (1));
- for (uint i=0; i < tree->header.block_size + 2; i++)
- mvwaddstr (win, y+1, i+x-1, ".");
- for (uint i=0; i < tree->header.block_size + 2; i++)
- mvwaddstr (win, y-1, i+x-1, ".");
- mvwaddstr (win, y, x-1, ".");
- mvwaddstr (win, y, tree->header.block_size + x, ".");
- wattroff (win, COLOR_PAIR (1));*/