]> git.llucax.com Git - z.facultad/75.06/emufs.git/blob - emufs_gui/viewer.c
* BUGFIXED el ver registros de archivos tipo2 , ahora si se ve lindo realmente :-)
[z.facultad/75.06/emufs.git] / emufs_gui / viewer.c
1
2 #include "viewer.h"
3 #include "idx.h"
4 #include "articulos.h"
5 #include "facturas.h"
6 #include "gui.h"
7 #include "common.h"
8 #include <ctype.h>
9
10 /* Se encarga de reemplazar los \0 un caracter visual, y segurar un \0 al final */
11 static char *procesar_registro_tipo2(EMUFS *emu, char *ptr, EMUFS_REG_SIZE *size, int *pos_actual, int *ancho);
12 static char *procesar_registro_tipo3(EMUFS *emu, char *ptr, EMUFS_REG_SIZE *size, int *pos_actual, int *ancho);
13 static char *procesar_registro_tipo1(EMUFS *emu, char *ptr, EMUFS_REG_SIZE *size, int *pos_actual, int *ancho);
14
15 static int preguntar_id(WINDOW *win, EMUFS *fp);
16
17 void copy_char(char *dst, char *src)
18 {
19         /* Todos los espacidores los pongo iguales */
20         if (isspace(*src)) *dst = ' ';
21         else if (iscntrl(*src)) *dst = '*';
22         else *dst = *src;
23 }
24
25 void mostrar_info(WINDOW *padre, int h, int offset_alto, int opt)
26 {
27         /* Info de teclas */
28         wattron(padre, A_BOLD);
29         wattron(padre, COLOR_PAIR(COLOR_RED));
30         mvwaddstr(padre, h-offset_alto+1, 5, "Teclas :");
31         wattroff(padre, A_BOLD);
32         wattroff(padre, COLOR_PAIR(COLOR_RED));
33         mvwaddstr(padre, h-offset_alto+2, 8, "Salir = ENTER");
34         mvwaddstr(padre, h-offset_alto+3, 8, "Scroll = A/Z");
35         mvwaddstr(padre, h-offset_alto+4, 8, "Seleccionar registros = K/L");
36         if (opt) {
37                 mvwaddstr(padre, h-offset_alto+5, 8, "Acciones: ");
38                 waddstr(padre, "A");
39                 wattron(padre, A_BOLD);
40                 waddch(padre, 'g');
41                 wattroff(padre, A_BOLD);
42                 waddstr(padre, "regar ");
43                 wattron(padre, A_BOLD);
44                 waddstr(padre, "M");
45                 wattroff(padre, A_BOLD);
46                 waddstr(padre, "ofidicar ");
47                 wattron(padre, A_BOLD);
48                 waddstr(padre, "E");
49                 wattroff(padre, A_BOLD);
50                 waddstr(padre, "liminar ");
51         }
52         mvwaddstr(padre, h-offset_alto+6, 8, "Buscar ID : B");
53         
54         /* Info de leyenda */
55         wattron(padre, A_BOLD);
56         wattron(padre, COLOR_PAIR(COLOR_RED));
57         mvwaddstr(padre, h-offset_alto+1, 45, "Leyenda :");
58         wattroff(padre, A_BOLD);
59         wattroff(padre, COLOR_PAIR(COLOR_RED));
60         mvwaddstr(padre, h-offset_alto+2, 48, "  |   = Separador de campo");
61         mvwaddstr(padre, h-offset_alto+3, 48, "(XXX) = ID de registro");
62         mvwaddstr(padre, h-offset_alto+4, 48, "{XXX} = Tam. de registro");
63         mvwaddstr(padre, h-offset_alto+5, 48, "  .   = Esp. Libre");
64 }
65
66 char *juntar_memoria(char *s1, char *s2, char *s3, int size1, int size2, int size3)
67 {
68         char *salida;
69         int tam=0;
70         if (s1) tam += size1;
71         if (s2) tam += size2;
72         if (s3) tam += size3;
73         salida = (char *)malloc(tam);
74         if (salida == NULL) {
75                         free(s1);
76                         free(s2);
77                         free(s3);
78                         return NULL;
79         }
80
81         if (s1) memcpy(salida, s1, size1); else size1 = 0;
82         if (s2) memcpy(salida+size1, s2, size2); else size2 = 0;
83         if (s3) memcpy(salida+size1+size2, s3, size3);
84         if (s1) free(s1);
85         if (s2) free(s2);
86         if (s3) free(s3);
87         return salida;
88 }
89
90 void ver_bloques(WINDOW *padre, int w, int h, int cual)
91 {
92         /* Ventanas donde mostrar las cosas */
93         char *(*procesar)(EMUFS*, char*, EMUFS_REG_SIZE*, int*, int*);
94         WINDOW *actual[2], *dlg;
95         EMUFS_REG_SIZE size, size_actual, size_siguiete, size_anterior;
96         int scroll, actual_ancho;
97         int max_scroll, c, offset_alto;
98         /* Indices que hay validos en IDX */
99         EMUFS_REG_ID indices_total, indices_actual;
100         char *bloque_actual, *bloque_anterior, *bloque_siguiente;
101         char *data; /* Registros a mostrar en pantalla */
102         EMUFS *fp;
103         int pos_actual, ancho_registro, offset, pos;
104         EMUFS_Estadisticas stats;
105
106         if (cual == 0)
107                 fp = emufs_abrir("articulos");
108         else if (cual == 1)
109                 fp = emufs_abrir("facturas");
110         else if (cual == 2)
111                 fp = emufs_abrir("notas");
112         
113         if (fp == NULL) {
114                 return;
115         }
116         
117         stats = fp->leer_estadisticas(fp);
118                                         
119         wattron(padre, COLOR_PAIR(COLOR_BLUE));
120         mvwaddstr(padre, 0, 0, "Tipo de archivo : ");
121         wattroff(padre, COLOR_PAIR(COLOR_BLUE));
122         switch (fp->tipo) {
123                 case T1:
124                         waddstr(padre, "Registro variable con bloque parametrizado.");
125                         procesar = procesar_registro_tipo1;
126                 break;
127                 case T2:
128                         waddstr(padre, "Registro variable sin bloques.");
129                         actual[0] = msg_box(padre, w, h, "El tipo de archivo no contiene bloques.");
130                         getch();
131                         msg_box_free(padre, actual[0]);
132                         return;
133                 break;
134                 case T3:
135                         procesar = procesar_registro_tipo3;
136                         waddstr(padre, "Registro fijo con bloque parametrizado.");
137         }
138
139
140         indices_actual = 0;
141         indices_total = stats.cant_bloques; 
142         /* Leo */
143         fp->leer_bloque_raw(fp, indices_actual, &bloque_actual, &bloque_anterior, &bloque_siguiente, &size_actual, &size_anterior, &size_siguiete);
144         pos_actual = 0;
145         bloque_actual = procesar(fp, bloque_actual, &size_actual, &pos_actual, &ancho_registro);
146         pos_actual = 0;
147         bloque_siguiente = procesar(fp, bloque_siguiente, &size_siguiete, &pos_actual, &ancho_registro);
148         pos_actual = 0;
149         bloque_anterior = procesar(fp, bloque_anterior, &size_anterior, &pos_actual, &ancho_registro);
150         if (!bloque_siguiente) {
151                 bloque_siguiente = (char *)malloc(size_siguiete);
152                 memset(bloque_siguiente, 0, size_siguiete);
153         }
154         if (!bloque_anterior) {
155                 bloque_anterior = (char *)malloc(size_anterior);
156                 memset(bloque_anterior, 0, size_anterior);
157         }
158         pos_actual = size_anterior; /* Resalta desde el fin del bloque anterior */
159         ancho_registro = size_actual;
160         data = juntar_memoria(bloque_anterior, bloque_actual, bloque_siguiente, size_anterior, size_actual, size_siguiete);
161
162         PERR("HASTA ACA VOY BIEN");
163         offset_alto = 8;
164         max_scroll = (size_actual+size_anterior+size_siguiete) / (w-4) - (h-offset_alto-2);
165         if (max_scroll < 0) max_scroll = 0;
166
167         actual[0] = derwin(padre, h-offset_alto, w-2, 1, 1);
168         actual_ancho = w-4;
169         actual[1] = derwin(actual[0], h-offset_alto-2, w-4, 1, 1);
170         box(actual[0], 0, 0);
171
172         curs_set(0);
173
174         mostrar_info(padre, h, offset_alto, 0);
175         
176         mvwaddnstr(actual[1], 0, 0, data, pos_actual);
177         wattron(actual[1], A_BOLD);
178         waddnstr(actual[1], data+pos_actual, ancho_registro);
179         wattroff(actual[1], A_BOLD);
180         waddnstr(actual[1], data+pos_actual+ancho_registro, size-(pos_actual+ancho_registro));
181         
182         wrefresh(actual[1]);
183         wrefresh(actual[0]);
184         wrefresh(padre);
185         scroll = 0;
186         while ((c=getch()) != 13) {
187                 switch (c) {
188                         case 'b':
189                         case 'B':
190                                 dlg = newwin(4, 50, h/2-2, w/2-25);
191                                 box(dlg, 0, 0);
192                                 indices_actual = preguntar_id(dlg, fp);
193                                 if (indices_actual < 0) indices_actual = 0;
194                                 if (indices_actual >= indices_total) indices_actual = indices_total-1;
195                                 werase(dlg);
196                                 wrefresh(dlg);
197                                 delwin(dlg);
198                                 wrefresh(padre);
199                                 curs_set(0);
200                                 if (data) free(data);
201                                 fp->leer_bloque_raw(fp, indices_actual, &bloque_actual, &bloque_anterior, &bloque_siguiente, &size_actual, &size_anterior, &size_siguiete);
202                                 bloque_actual = procesar(fp, bloque_actual, &size_actual, &pos_actual, &ancho_registro);
203                                 bloque_siguiente = procesar(fp, bloque_siguiente, &size_siguiete, &pos_actual, &ancho_registro);
204                                 bloque_anterior = procesar(fp, bloque_anterior, &size_anterior, &pos_actual, &ancho_registro);
205                                 pos_actual = size_anterior; /* Resalta desde el fin del bloque anterior */
206                                 ancho_registro = size_actual;
207                                 data = juntar_memoria(bloque_anterior, bloque_actual, bloque_siguiente, size_anterior, size_actual, size_siguiete);
208                         break;
209                         case 'a': /* Scroll */
210                                 scroll--;
211                                 if (scroll < 0) scroll = 0;
212                         break;
213                         case 'z': /* Scroll */
214                                 scroll++;
215                                 if (scroll > max_scroll) scroll = max_scroll;
216                         break;
217                         case 'l':
218                                 if (indices_actual < indices_total) {
219                                         indices_actual++;
220                                         if (indices_actual >= indices_total) indices_actual = indices_total-1;
221                                         if (data) free(data);
222                                         fp->leer_bloque_raw(fp, indices_actual, &bloque_actual, &bloque_anterior, &bloque_siguiente, &size_actual, &size_anterior, &size_siguiete);
223                                         bloque_actual = procesar(fp, bloque_actual, &size_actual, &pos_actual, &ancho_registro);
224                                         bloque_siguiente = procesar(fp, bloque_siguiente, &size_siguiete, &pos_actual, &ancho_registro);
225                                         bloque_anterior = procesar(fp, bloque_anterior, &size_anterior, &pos_actual, &ancho_registro);
226                                         pos_actual = size_anterior; /* Resalta desde el fin del bloque anterior */
227                                         ancho_registro = size_actual;
228                                         data = juntar_memoria(bloque_anterior, bloque_actual, bloque_siguiente, size_anterior, size_actual, size_siguiete);
229                                 }
230                         break;
231                         case 'k':
232                                 if (indices_actual != EMUFS_NOT_FOUND) {
233                                         indices_actual--;
234                                         if (indices_actual == EMUFS_NOT_FOUND) indices_actual = 0;
235                                         if (data) free(data);
236                                         fp->leer_bloque_raw(fp, indices_actual, &bloque_actual, &bloque_anterior, &bloque_siguiente, &size_actual, &size_anterior, &size_siguiete);
237                                         bloque_actual = procesar(fp, bloque_actual, &size_actual, &pos_actual, &ancho_registro);
238                                         bloque_siguiente = procesar(fp, bloque_siguiente, &size_siguiete, &pos_actual, &ancho_registro);
239                                         bloque_anterior = procesar(fp, bloque_anterior, &size_anterior, &pos_actual, &ancho_registro);
240                                         pos_actual = size_anterior; /* Resalta desde el fin del bloque anterior */
241                                         ancho_registro = size_actual;
242                                         data = juntar_memoria(bloque_anterior, bloque_actual, bloque_siguiente, size_anterior, size_actual, size_siguiete);
243                                 }
244                 }
245                 /* Borro las ventanas */
246                 werase(actual[1]);
247
248                 /* Imprimo los registros */
249                 if (data) {
250                         offset = scroll*actual_ancho; /* Cantidad de caracteres que tengo que saltar */
251                         pos = pos_actual - offset; /* Cantidad de caracteres que hay antes de mi a imprimir */
252                         mvwaddnstr(actual[1], 0, 0, data+offset, pos);
253                         if (pos > 0)
254                                 offset += pos;
255                         else
256                                 offset -= pos;
257                         wattron(actual[1], A_BOLD);
258                         waddnstr(actual[1], data+offset, ancho_registro+((pos<0)?pos:0));
259                         wattroff(actual[1], A_BOLD);
260                         offset += ancho_registro+((pos<0)?pos:0);
261                         waddnstr(actual[1], data+offset, size-offset);
262                 }
263
264                 wrefresh(actual[1]);
265                 wrefresh(padre);
266         }
267         if (data) free(data);
268
269         emufs_destruir(fp);
270         delwin(actual[0]);
271         wrefresh(padre);
272         curs_set(1);
273 }
274
275 void ver_registros(WINDOW *padre, int w, int h, int cual)
276 {
277         /* Ventanas donde mostrar las cosas */
278         char *(*procesar)(EMUFS*, char*, EMUFS_REG_SIZE*, int*, int*);
279         WINDOW *actual[2], *dlg;
280         EMUFS_REG_SIZE size;
281         int scroll, actual_ancho;
282         int max_scroll, c, offset_alto;
283         /* Indices que hay validos en IDX */
284         EMUFS_REG_ID *indices, indices_total, indices_actual;
285         char *data; /* Registros a mostrar en pantalla */
286         char codigo[50]; /* Variable para guardar el codigo actual para mandar a modificar */
287         EMUFS *fp;
288         int pos_actual, ancho_registro, offset, pos, n, i;
289
290         if (cual == 0)
291                 fp = emufs_abrir("articulos");
292         else if (cual == 1) fp = emufs_abrir("facturas");
293         else if (cual == 2) fp = emufs_abrir("notas");
294
295         if (fp == NULL) {
296                 return;
297         }
298
299         wattron(padre, COLOR_PAIR(COLOR_BLUE));
300         mvwaddstr(padre, 0, 0, "Tipo de archivo : ");
301         wattroff(padre, COLOR_PAIR(COLOR_BLUE));
302         switch (fp->tipo) {
303                 case T1:
304                         waddstr(padre, "Registro variable con bloque parametrizado.");
305                         procesar = procesar_registro_tipo1;
306                 break;
307                 case T2:
308                         waddstr(padre, "Registro variable con sin bloques.");
309                         procesar = procesar_registro_tipo2;
310                 break;
311                 case T3:
312                         procesar = procesar_registro_tipo3;
313                         waddstr(padre, "Registro fijo con bloque parametrizado.");
314         }
315
316         indices = emufs_idx_get(fp, &indices_total);
317
318         indices_actual = 0;
319         if (indices) {
320                 data = (char *)fp->leer_registro_raw(fp, indices[indices_actual], &size, &pos_actual);
321                 data = procesar(fp, data, &size, &pos_actual, &ancho_registro);
322         }
323
324
325         offset_alto = 8;
326         max_scroll = size / (w-4) - (h-offset_alto-2);
327         if (max_scroll < 0) max_scroll = 0;
328
329         actual[0] = derwin(padre, h-offset_alto, w-2, 1, 1);
330         actual_ancho = w-4;
331         actual[1] = derwin(actual[0], h-offset_alto-2, w-4, 1, 1);
332         box(actual[0], 0, 0);
333
334         curs_set(0);
335
336         mostrar_info(padre, h, offset_alto, 1);
337
338         if (data) {
339                 mvwaddnstr(actual[1], 0, 0, data, pos_actual);
340                 wattron(actual[1], A_BOLD);
341                 waddnstr(actual[1], data+pos_actual, ancho_registro);
342                 wattroff(actual[1], A_BOLD);
343                 waddnstr(actual[1], data+pos_actual+ancho_registro, size-(pos_actual+ancho_registro));
344         }
345         
346         wrefresh(actual[1]);
347         wrefresh(actual[0]);
348         wrefresh(padre);
349         scroll = 0;
350         while ((c=getch()) != 13) {
351                 switch (c) {
352                         case 'b':
353                         case 'B':
354                                 dlg = newwin(4, 50, h/2-2, w/2-25);
355                                 box(dlg, 0, 0);
356                                 n = preguntar_id(dlg, fp);
357                                 /* Busco la posicion dentro del id */
358                                 for(i=0; i< indices_total; i++) {
359                                         if (indices[i] == n) {
360                                                 n = -1; /* LO ENCONTRE! */
361                                                 indices_actual = i;
362                                                 break;
363                                         }
364                                 }
365                                 if (n == -1) {
366                                         if (data) free(data);
367                                         data = (char *)fp->leer_registro_raw(fp, indices[indices_actual], &size, &pos_actual);
368                                         data = procesar(fp, data, &size, &pos_actual, &ancho_registro);
369                                 }
370                                 werase(dlg);
371                                 wrefresh(dlg);
372                                 delwin(dlg);
373                                 wrefresh(padre);
374                                 curs_set(0);
375                         break;
376                         case 'e':
377                         case 'E':
378                                 if (indices_actual != EMUFS_NOT_FOUND)
379                                         fp->borrar_registro(fp, indices[indices_actual]);
380         
381                                 free(indices);
382                                 indices = emufs_idx_get(fp, &indices_total);
383                                 if (indices_actual >= indices_total) {
384                                         indices_actual = indices_total - 1;
385                                 }
386                                 
387                                 data = (char *)fp->leer_registro_raw(fp, indices[indices_actual], &size, &pos_actual);
388                                 data = procesar(fp, data, &size, &pos_actual, &ancho_registro);
389                         break;
390                         case 'g':
391                         case 'G':
392                                 if (cual == 0)
393                                         art_agregar(NULL);
394                                 else
395                                         fact_agregar(NULL);
396                                 free(data);
397                                 data = (char *)fp->leer_registro_raw(fp, indices[indices_actual], &size, &pos_actual);
398                                 data = procesar(fp, data, &size, &pos_actual, &ancho_registro);
399         
400                                 free(indices);
401                                 indices = emufs_idx_get(fp, &indices_total);
402
403                                 /* Tengo que re-pintar algunas cosas */
404                                 mostrar_info(padre, h, offset_alto, 1);
405                                 box(actual[0], 0, 0);
406                                 wrefresh(actual[0]);
407                         break;                  
408                         case 'M':
409                         case 'm': /* Quiero editar !!! */
410                                 sprintf(codigo, "%lu", indices[indices_actual]);
411                                 if (cual == 0)
412                                         art_modificar(codigo);  
413                                 else
414                                         fact_modificar(codigo);
415                                 /* Vuelvo a cargar el articulo actual */
416                                 
417                                 free(data);
418                                 data = (char *)fp->leer_registro_raw(fp, indices[indices_actual], &size, &pos_actual);
419                                 data = procesar(fp, data, &size, &pos_actual, &ancho_registro);
420
421                                 /* Tengo que re-pintar algunas cosas */
422                                 mostrar_info(padre, h, offset_alto, 1);
423                                 box(actual[0], 0, 0);
424                                 wrefresh(actual[0]);
425                         break;
426                         case 'a': /* Scroll */
427                                 scroll--;
428                                 if (scroll < 0) scroll = 0;
429                         break;
430                         case 'z': /* Scroll */
431                                 scroll++;
432                                 if (scroll > max_scroll) scroll = max_scroll;
433                         break;
434                         case 'l':
435                                 if (indices_actual < indices_total) {
436                                         indices_actual++;
437                                         if (indices_actual >= indices_total) indices_actual = indices_total-1;
438                                         if (data) free(data);
439                                         data = (char *)fp->leer_registro_raw(fp, indices[indices_actual], &size, &pos_actual);
440                                         data = procesar(fp, data, &size, &pos_actual, &ancho_registro);
441                                 }
442                         break;
443                         case 'k':
444                                 if (indices_actual != EMUFS_NOT_FOUND) {
445                                         indices_actual--;
446                                         if (indices_actual == EMUFS_NOT_FOUND) indices_actual = 0;
447                                         if (data) free(data);
448                                         data = (char *)fp->leer_registro_raw(fp, indices[indices_actual], &size, &pos_actual);
449                                         data = procesar(fp, data, &size, &pos_actual, &ancho_registro);
450                                 }
451
452                 }
453                 /* Borro las ventanas */
454                 werase(actual[1]);
455
456                 /* Imprimo los registros */
457                 if (data) {
458                         offset = scroll*actual_ancho;
459                         pos = pos_actual - offset;
460                         mvwaddnstr(actual[1], 0, 0, data+offset, pos);
461                         offset += pos;
462                         wattron(actual[1], A_BOLD);
463                         waddnstr(actual[1], data+offset, ancho_registro);
464                         wattroff(actual[1], A_BOLD);
465                         offset += ancho_registro;
466                         waddnstr(actual[1], data+offset, size-offset);
467                 }
468
469                 wrefresh(actual[1]);
470                 wrefresh(padre);
471         }
472         if (indices) free(indices);
473         if (data) free(data);
474
475         emufs_destruir(fp);
476         delwin(actual[0]);
477         wrefresh(padre);
478         curs_set(1);
479 }
480
481 int preguntar_id(WINDOW *win, EMUFS *fp)
482 {
483         int n=-1;
484         t_Form *form = form_crear(win);
485         form_agregar_widget(form, INPUT, "ID a buscar", 8, "");
486
487         do {
488                 form_set_valor(form, "ID a buscar", "");
489                 form_ejecutar(form, 1,1);
490
491                 n = form_obtener_valor_int(form, "ID a buscar");
492         } while (n<0);
493
494         form_destruir(form);
495         return n;
496 }
497
498 char *procesar_registro_tipo3(EMUFS *emu, char *ptr, EMUFS_REG_SIZE *size, int *pos_actual, int *ancho)
499 {
500         char *tmp, *salida, *tmp1, pos_actualizada, ant;
501         int cant_header, i=0, j, tam_data;
502         if (ptr == NULL) return NULL;
503
504         PERR("Empieza el baile");
505
506         /* Calculo cuantos headers de registros va a haber en el archivo */
507         cant_header = emu->tam_bloque / (emu->tam_reg+sizeof(EMUFS_REG_ID));
508         if (cant_header == 0) cant_header++; /* Si tam_reg > tam_bloque, voy a tener solo 1 header */
509         tam_data = emu->tam_reg;
510         if (tam_data > (*size -  sizeof(EMUFS_REG_ID)))
511                 tam_data = *size - sizeof(EMUFS_REG_ID);
512
513         (*size) = (*size) - cant_header*sizeof(EMUFS_REG_ID)+cant_header*10+1;
514         tmp1 = salida = (char *)malloc(*size);
515         memset(salida, '.', *size);
516         if (salida == NULL) {
517                 PERR("Error de malloc en salida");
518                 return NULL;
519         }
520         tmp = ptr;
521         pos_actualizada = 0;
522         (*ancho) = 0;
523         while (i<cant_header) {
524                 /* Verifico la pos_actual para el resaltado, asi queda coherente 
525                  * en el cambio de formato
526                  */
527                 if (((tmp - ptr) == *pos_actual) && (!pos_actualizada)) {
528                         (*pos_actual) = tmp1-salida;
529                         pos_actualizada = 1;
530                 }
531                 /* Pongo el ID del registro */
532                 sprintf(tmp1, "(%08lu)", *((EMUFS_REG_ID *)tmp));
533                 tmp1 += 10;
534                 tmp += sizeof(EMUFS_REG_ID);
535
536                 if (pos_actualizada == 1) {
537                         (*ancho) = 10;
538                 }
539                 j = 0;
540                 ant = -1;
541                 while (j < (tam_data)) {
542                         if (*tmp == '\0') {
543                                 if (ant == (*tmp)){
544                                         (*tmp1) = '.';
545                                 } else {
546                                         (*tmp1) = '|';
547                                 }
548                         } else {
549                                 copy_char(tmp1, tmp);
550                         }
551                         ant = (*tmp);
552                         tmp++;
553                         tmp1++;
554                         if (pos_actualizada == 1)
555                                 (*ancho)++;
556                         j++;
557                 }
558                 if (pos_actualizada == 1)
559                         pos_actualizada = 2;
560                 i++;
561         }
562         free(ptr);
563
564         PERR("Termine");
565         salida[*size-1] = '\0';
566
567         return salida;
568 }
569
570 char *procesar_registro_tipo1(EMUFS *emu, char *ptr, EMUFS_REG_SIZE *size, int *pos_actual, int *ancho)
571 {
572         char *tmp, *salida, *tmp1, pos_actualizada, ant;
573         EMUFS_REG_SIZE offset, curr_size, size_acumulado, old_size;
574         int cant_header, i=0, j, tam_data;
575         if (ptr == NULL) return NULL;
576
577         PERR("Empieza el baile");
578         cant_header = 0;
579         offset = 0;
580         do {
581                 /* Me salto el ID, que no me interesa saber su valor */
582                 offset += sizeof(EMUFS_REG_ID);
583                 /* Copio el tamaño del registro de la cabecera. */
584                 memcpy(&curr_size, ptr + offset, sizeof(EMUFS_REG_SIZE));
585                 offset += sizeof(EMUFS_REG_SIZE);
586
587                 /* Desplazo el offset */
588 #ifdef DEBUG
589                 fprintf(stderr, "Tam = %lu\n", curr_size);
590 #endif
591                 if (curr_size == 0) {
592                         /* Si el tamaño de registro es 0, quiere decir que llegue a la
593                          * parte que esta vacia */
594                         break;
595                 } else {
596                         cant_header++;
597                         offset += curr_size;
598                 }
599         } while (offset+sizeof(EMUFS_REG_SIZE)+sizeof(EMUFS_REG_ID) < (*size));
600
601         if (cant_header == 0) {
602                 PERR("NO TENGO ITEMS");
603                 memset(ptr, '.', *size);
604                 (*ancho) = (*size);
605                 (*pos_actual) = 0;
606                 return ptr;
607         }
608
609         /* El tamaño del nuevo array lo calculo asi :
610          *   
611          */
612         old_size = (*size);
613         (*size) = (*size) - sizeof(EMUFS_REG_ID)*cant_header - sizeof(EMUFS_REG_SIZE)*cant_header + cant_header*20+1;
614         tmp1 = salida = (char *)malloc(*size);
615         if (salida == NULL) {
616                 PERR("Error de malloc en salida");
617                 return NULL;
618         }
619         memset(salida, '.', *size);
620         tmp = ptr;
621         pos_actualizada = 0;
622         (*ancho) = 0;
623         i = 0;
624         size_acumulado = 0;
625         while (i<cant_header) {
626                 /* Verifico la pos_actual para el resaltado, asi queda coherente 
627                  * en el cambio de formato
628                  */
629                 if (((tmp - ptr) == *pos_actual) && (!pos_actualizada)) {
630                         (*pos_actual) = tmp1-salida;
631                         pos_actualizada = 1;
632                 }
633                 /* Pongo el ID del registro */
634                 sprintf(tmp1, "(%08lu)", *((EMUFS_REG_ID *)tmp));
635                 tmp1 += 10;
636                 tmp += sizeof(EMUFS_REG_ID);
637                 /* Cantidad de espacio que ocupa la data */
638                 sprintf(tmp1, "{%08lu}", *((EMUFS_REG_SIZE *)tmp));
639                 tam_data = *((EMUFS_REG_SIZE *)tmp);
640                 if ((size_acumulado+tam_data) > old_size) {
641                         tam_data = old_size - size_acumulado;
642                 }
643                 tmp1 += 10;
644                 tmp += sizeof(EMUFS_REG_SIZE);
645
646                 if (pos_actualizada == 1) {
647                         (*ancho) = 20;
648                 }
649                 j = 0;
650                 PERR("Voy por la data");
651                 ant = -1;
652                 while (j < tam_data) {
653                         if (*tmp == '\0') {
654                                 if (ant == (*tmp)){
655                                         (*tmp1) = '.';
656                                 } else {
657                                         (*tmp1) = '|';
658                                 }
659                         } else {
660                                 copy_char(tmp1, tmp);
661                         }
662                         ant = (*tmp);
663                         tmp++;
664                         tmp1++;
665                         if (pos_actualizada == 1)
666                                 (*ancho)++;
667                         j++;
668                 }
669                 size_acumulado += tam_data;
670                 if (pos_actualizada == 1)
671                         pos_actualizada = 2;
672                 i++;
673         }
674         free(ptr);
675
676         PERR("Termine");
677         salida[*size-1] = '\0';
678
679         return salida;
680 }
681
682 char *procesar_registro_tipo2(EMUFS *emu, char *ptr, EMUFS_REG_SIZE *size, int *pos_actual, int *ancho)
683 {
684         char *salida, *tmp;
685         char *in;
686         int i;
687         EMUFS_REG_SIZE tam_data;
688         if (ptr == NULL) return NULL;
689
690         (*size) = *size - sizeof(EMUFS_REG_SIZE) - sizeof(EMUFS_REG_ID) + 21;
691         (*ancho) = *size-101;
692         salida = (char *)malloc(*size);
693         memset(salida, '.', *size);
694
695         PERR("Voy por el espacio antes");
696 #ifdef DEBUG
697         fprintf(stderr, "Pos Inicial %d\n", *pos_actual);
698 #endif
699         tmp = salida;
700         in = ptr;
701         for(i=0; i < *pos_actual; i++) {
702                 copy_char(tmp, in);
703                 in++;
704                 tmp++;
705         }
706
707         PERR("Voy por el header");
708         /* ID de registro */
709         sprintf(tmp, "(%08lu)", *((EMUFS_REG_ID *)in));
710         tmp += 10;
711         in += sizeof(EMUFS_REG_ID);
712         /* Tamaño de registro */
713         sprintf(tmp, "{%08lu}", *((EMUFS_REG_SIZE *)in));
714         tam_data = *((EMUFS_REG_SIZE *)in);
715         tmp += 10;
716         in += sizeof(EMUFS_REG_SIZE);
717         PERR("Voy por la data");
718         i = 0;
719         while (i < tam_data) {
720                 copy_char(tmp, in);
721                 tmp++;
722                 in++;
723                 i++;
724         }
725         PERR("Voy por el espacio despues");
726         for(i=0; i < 100-*pos_actual; i++) {
727                 copy_char(tmp, in);
728                 in++;
729                 tmp++;
730         }
731
732         free(ptr);
733         PERR("LISTO");
734         salida[*size-1] = '\0';
735         return salida;
736 }
737