summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2010-09-14 23:06:52 +0200
committerDaniel Friesel <derf@finalrewind.org>2010-09-14 23:06:52 +0200
commit09fd4a99df2a0a791677d48a936244630bbfee33 (patch)
tree90531ccbcc463bd0b3b8f5f13d0350b5bfe46763 /src/options.h
parentdabc31d51f10436cf66dc2f1aeeabe45c684d327 (diff)
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.
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h2
1 files changed, 1 insertions, 1 deletions
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;