X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/5c39a8b8061f2ae5c22a12e40d1b9f4ffea42c68..1a91316f990d419553dcad3b40074f6484d28b28:/emufs_gui/gui.c?ds=sidebyside diff --git a/emufs_gui/gui.c b/emufs_gui/gui.c index d7095f7..95c5fee 100644 --- a/emufs_gui/gui.c +++ b/emufs_gui/gui.c @@ -232,7 +232,15 @@ int main(int argc, char *argv[]) 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);