From c274eafe10f07a869bf61661e822696dcd92f5d8 Mon Sep 17 00:00:00 2001 From: Ernie Ewert Date: Sat, 15 Oct 2016 11:44:09 -0700 Subject: Added a "zoom fit" key binding for the current image. Fixed(?) Makefile document build issue for README.md --- src/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/options.h') 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; -- cgit v1.2.3