diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-10-03 08:33:55 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-10-03 08:33:55 +0200 |
commit | 46a4253496ac2cc38450d347aa6fd05d0035a5ab (patch) | |
tree | 3be9c04091ff6ba68e5c9d24b47d49ee684b868e /src/filelist.c | |
parent | d14ca5e4eabfb7f12a33fecb343854a09f937201 (diff) |
feh_display_info: Allow state to be reset for successive calls
Required e.g. for feh --preload --thumbnails
Diffstat (limited to 'src/filelist.c')
-rw-r--r-- | src/filelist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filelist.c b/src/filelist.c index 91b6b89..177711c 100644 --- a/src/filelist.c +++ b/src/filelist.c @@ -271,7 +271,7 @@ gib_list *feh_file_info_preload(gib_list * list) feh_display_status('.'); } if (opt.verbose) - fputs("\n", stdout); + feh_display_status(0); if (remove_list) { for (l = remove_list; l; l = l->next) |