From 09fd4a99df2a0a791677d48a936244630bbfee33 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 14 Sep 2010 23:06:52 +0200 Subject: Remove --action-hold-slide, add per-action method instead. When executing an action starting with a semicolon, feh will not skip to the next slide. The semicolon is not passed on to the executing shell, of course. This is kinda ugly, but at least it makes action handling somewhat more flexible. --- src/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index 5a187f4..e99c14c 100644 --- a/src/options.h +++ b/src/options.h @@ -66,9 +66,9 @@ 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; + unsigned char hold_actions[10]; char *output_file; char *output_dir; -- cgit v1.2.3