diff options
author | Christophe Grenier <[email protected]> | 2009-03-22 14:53:02 +0100 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2009-03-22 14:53:02 +0100 |
commit | c64fe5f9964c88fc090f57b6bee2b29d9452bd61 (patch) | |
tree | 548e98af5fd090254735ada9ac22a038dee523a6 /src/intrface.c | |
parent | cc398a8e64bc24e93105163c9917793afdad4331 (diff) |
Redraw the full screen after a file listing
Diffstat (limited to 'src/intrface.c')
-rw-r--r-- | src/intrface.c | 1 |
1 files changed, 1 insertions, 0 deletions
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': |