From c64fe5f9964c88fc090f57b6bee2b29d9452bd61 Mon Sep 17 00:00:00 2001 From: Christophe Grenier Date: Sun, 22 Mar 2009 14:53:02 +0100 Subject: [PATCH] Redraw the full screen after a file listing --- src/intrface.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intrface.c b/src/intrface.c index fde2bb22..5fe85b5c 100644 --- a/src/intrface.c +++ b/src/intrface.c @@ -358,6 +358,7 @@ static list_part_t *ask_structure_ncurses(disk_t *disk_car,list_part_t *list_par dir_partition(disk_car,partition,verbose, current_cmd); io_redir_del_redir(disk_car, partition->part_offset+partition->sborg_offset); } + rewrite=1; } break; case 'l':