return BLOQUE_NO_DEFINIDO;
parametros.tipo_arch_art = n;
parametros.tam_bloque_art = atoi(argv[i+2]);
- fprintf(stderr, "%d\n", parametros.tam_bloque_art);
if (parametros.tam_bloque_art <= 0) return NULL_BLOCK_FOUND;
parametros.xml_art = i;
} else {
break;
case 2:
dialog = derwin(stdscr, LINES-4, COLS-2, 2, 1);
- ver_registros(dialog, COLS-2, LINES-4);
+ ver_registros(dialog, COLS-2, LINES-4, 0);
+ werase(dialog);
+ wrefresh(dialog);
+ delwin(dialog);
+ refresh();
+ break;
+ case 3:
+ dialog = derwin(stdscr, LINES-4, COLS-2, 2, 1);
+ ver_registros(dialog, COLS-2, LINES-4, 1);
werase(dialog);
wrefresh(dialog);
delwin(dialog);