From c515ae7956ee16e7595294ed4cb7cba7f88c48ae Mon Sep 17 00:00:00 2001 From: Levi Smith Date: Sat, 4 Sep 2010 04:13:16 -0700 Subject: Option --action-hold-slide. If specified, when in slideshow mode images will not automatically change after running user action. Otherwise, slideshow images will cycle after action as usual. --- src/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index 6ef4f64..e9595b7 100644 --- a/src/options.h +++ b/src/options.h @@ -66,6 +66,7 @@ struct __fehoptions { unsigned char screen_clip; unsigned char hide_pointer; unsigned char draw_actions; + unsigned char action_hold_slide; unsigned char cache_thumbnails; unsigned char cycle_once; -- cgit v1.2.3