diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-31 09:39:56 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-31 09:40:14 +0200 |
commit | 3cc2c50bb8422fc738a5875048c06758af6ded76 (patch) | |
tree | ad8c88c7e5ceecb6f098ac86b286856b6d00d830 /man/feh.1 | |
parent | d37ff6f9334f1243219dc6a3da27b198c0b145fe (diff) |
major --thumbnails speed impromevents, new --thumb-redraw option
See ChangeLog / man/feh.1 "--thumb-redraw" for more
Diffstat (limited to 'man/feh.1')
-rw-r--r-- | man/feh.1 | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -443,6 +443,24 @@ is specified. Set thumbnail height. .It Cm -y , --thumb-width Ar pixels Set thumbnail width. +.It Cm --thumb-redraw Ar n +Only relevant for +.Cm --thumbnails : +Redraw thumbnail window every +.Ar n +images. In +.Nm +<= 1.5, the thumbnail image used to be redrawn after every computed thumbnail +.Pq so, it updated immediately . +However, since the redrawing takes quite long +.Pq especially for thumbnail mode on a large filelist , +this turned out to be a major performance penalty. +As a workaround, the thumbnail image is redrawn every 10th image now by +default. Set +.Ar n No = 1 +to get the old behaviour, +.Ar n No = 0 +will only redraw once all thumbnails are loaded. .El . .Sh INDEX MODE OPTIONS |