aboutsummaryrefslogtreecommitdiffstats
path: root/fbiconfig.c
diff options
context:
space:
mode:
authorkraxel <kraxel>2004-10-19 08:35:03 +0000
committerkraxel <kraxel>2004-10-19 08:35:03 +0000
commitb59912e00879ba47ac1d11a8d9abbfd22934b07a (patch)
tree3c29606461764ad422ece539343645441a50752b /fbiconfig.c
parent91800dfd87198cd318c4648f66b9429b995aa468 (diff)
downloadfbida-b59912e00879ba47ac1d11a8d9abbfd22934b07a.tar.gz
- textreading mode improvements (based on patch by Mietek Bąk).
- fixed segfaults with long filenames.
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',