From ed5f55e967152ff6c7308858cb019bea2015d314 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 1 Sep 2011 11:46:35 +0200 Subject: feh_reload_image: Try to reload unloadable (still existing) images ad infinitum This commit removes the feh_file_remove_from_list call from feh_reload_image. We can safely do this because if the file itself was removed, cb_reload_timer will take care of updating the filelist, and in all other cases it is intended to leave the image in the filelist and retry. A warning will be displayed in the image if the reload failed. --- man/feh.pre | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'man/feh.pre') diff --git a/man/feh.pre b/man/feh.pre index 07126a0..ffb0803 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -412,6 +412,12 @@ Reload filelist and current image after seconds. Useful for viewing HTTP webcams or frequently changing directories. .Pq Note that the filelist reloading is still experimental. . +.Pp +. +If an image is removed, feh will either show the next one or quit. However, +if an image still exists, but can no longer be loaded, feh will continue to +try loading it. +. .It Cm -n , --reverse . Reverse the sort order. Use this to invert the order of the filelist. -- cgit v1.2.3