summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorErnie Ewert <ernie@ee5.net>2016-10-15 11:44:09 -0700
committerErnie Ewert <ernie@ee5.net>2016-10-15 11:44:09 -0700
commitc274eafe10f07a869bf61661e822696dcd92f5d8 (patch)
tree85f1791daa5199c6c25c2fc3c47fdf6b33158d38 /src/options.h
parent215732ab1a17e871945c015e039d6bdf41d33995 (diff)
Added a "zoom fit" key binding for the current image.
Fixed(?) Makefile document build issue for README.md
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 0dee617..c7ce689 100644
--- a/src/options.h
+++ b/src/options.h
@@ -175,6 +175,7 @@ struct __fehkb {
struct __fehkey zoom_out;
struct __fehkey zoom_default;
struct __fehkey zoom_fit;
+ struct __fehkey zoom_fill;
struct __fehkey render;
struct __fehkey toggle_actions;
struct __fehkey toggle_filenames;