diff options
author | kraxel <kraxel> | 2006-08-13 18:28:49 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2006-08-13 18:28:49 +0000 |
commit | c183d2c562148a5418849d3222a2c940f3f1102a (patch) | |
tree | 0de2e66516d4f5b19b8c0eee17fdf9e6272c2c48 /fbiconfig.c | |
parent | 3e07a22545ccf71b2bdd755b9f308ae52eac334c (diff) | |
download | fbida-c183d2c562148a5418849d3222a2c940f3f1102a.tar.gz |
blend cmd line option
Diffstat (limited to 'fbiconfig.c')
-rw-r--r-- | fbiconfig.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fbiconfig.c b/fbiconfig.c index b219d2c..fb41f08 100644 --- a/fbiconfig.c +++ b/fbiconfig.c @@ -117,6 +117,11 @@ struct cfg_cmdline fbi_cfg[] = { .needsarg = 1, .desc = "image cache size in megabytes", },{ + .cmdline = "blend", + .option = { O_BLEND_MSECS }, + .needsarg = 1, + .desc = "image blend time in miliseconds", + },{ .letter = 'T', .cmdline = "vt", .option = { O_VT }, |