Commit 9c59d4b1 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

--full-screen -> --fullscreen (more correct[tm])

parent 45051738
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
git HEAD

    * Add --fullscreen option, --full-screen is now deprecated

Fri, 25 Jun 2010 16:07:20 +0200  Daniel Friesel <derf@chaosdorf.de>

* Release v1.8
+2 −2
Original line number Diff line number Diff line
@@ -188,7 +188,7 @@ add multiple paths.
.It Cm -I , --fullindex
Same as Index mode, but you also get image size and dimensions printed
below each thumbnail.
.It Cm -F , --full-screen
.It Cm -F , --fullscreen
Make the window fullscreen.
.It Cm -g , --geometry Ar width No x Ar height
Limit (and don't change) the window size.  Takes an X-style geometry
@@ -332,7 +332,7 @@ commandline options.
.It Cm -t , --thumbnails
Same as Index mode, but the thumbnails are clickable image launchers.
Note that
.Cm --full-screen
.Cm --fullscreen
does not affect the thumbnail window. It does, however, work for the image
windows launched from thumbnail mode.
.It Cm -~ , --thumb-title Ar string
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ OPTIONS
                           before attempting to display anything
 -., --scale-down          Automatically scale down images to fit the screen
                           size
 -F, --full-screen         Make the window fullscreen
 -F, --fullscreen          Make the window full screen
 -Z, --auto-zoom           Zoom picture to screen size in full screen mode
     --zoom PERCENT        Zooms images by a PERCENT, when in full screen
                           mode or when window geometry is fixed. If combined
+2 −1
Original line number Diff line number Diff line
@@ -339,7 +339,8 @@ static void feh_parse_option_array(int argc, char **argv)
		{"loadable", 0, 0, 'U'},	/* okay */
		{"unloadable", 0, 0, 'u'},	/* okay */
		{"no-menus", 0, 0, 'N'},
		{"full-screen", 0, 0, 'F'},
		{"full-screen", 0, 0, 'F'}, /* deprecated */
		{"fullscreen", 0, 0, 'F'},
		{"auto-zoom", 0, 0, 'Z'},
		{"ignore-aspect", 0, 0, 'X'},
		{"draw-filename", 0, 0, 'd'},