diff options
author | Christophe Grenier <grenier@cgsecurity.org> | 2008-05-19 00:10:50 +0200 |
---|---|---|
committer | Christophe Grenier <grenier@cgsecurity.org> | 2008-05-19 00:10:50 +0200 |
commit | 7912bfac3a6b400ea3ca328b6525ce6519e6e4ab (patch) | |
tree | 51bfbd609610342eaa34adcba95be8f736a54107 /src/edit.c | |
parent | 2ff9bab4dea391b70fb75c169cdc129c3ac21661 (diff) |
PhotoRec: FileOpts can use more than 25 lines
Diffstat (limited to 'src/edit.c')
-rw-r--r-- | src/edit.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -63,7 +63,7 @@ static void interface_editor_ncurses(disk_t *disk_car) { 'Q', "Quit",""}, { 0, NULL, NULL } }; - switch ( wmenuSelect(stdscr,INTER_DUMP_Y, INTER_DUMP_X, menuEditor, 8, "CDQ", MENU_HORIZ | MENU_BUTTON, 0)) + switch ( wmenuSelect(stdscr, 24, INTER_DUMP_Y, INTER_DUMP_X, menuEditor, 8, "CDQ", MENU_HORIZ | MENU_BUTTON, 0)) { case 'c': case 'C': @@ -233,7 +233,7 @@ static int dump_editor(const unsigned char *nom_dump,const unsigned int lng, con wprintw(stdscr,"%c", car); } } - switch (wmenuSelect(stdscr,INTER_DUMP_Y, INTER_DUMP_X, menuDump, 8, "PNQ", MENU_HORIZ | MENU_BUTTON | MENU_ACCEPT_OTHERS, menu)) + switch (wmenuSelect(stdscr, 24, INTER_DUMP_Y, INTER_DUMP_X, menuDump, 8, "PNQ", MENU_HORIZ | MENU_BUTTON | MENU_ACCEPT_OTHERS, menu)) { case 'p': case 'P': |