aboutsummaryrefslogtreecommitdiffstats
path: root/fbiconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'fbiconfig.c')
-rw-r--r--fbiconfig.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/fbiconfig.c b/fbiconfig.c
index 9bae367..a6d1061 100644
--- a/fbiconfig.c
+++ b/fbiconfig.c
@@ -60,6 +60,11 @@ struct cfg_cmdline fbi_cfg[] = {
.option = { O_AUTO_DOWN },
.yesno = 1,
.desc = " like the above, but downscale only",
+ },{
+ .cmdline = "fitwidth",
+ .option = { O_FIT_WIDTH },
+ .yesno = 1,
+ .desc = " use width only for autoscaling",
},{
.letter = 'v',