Loading ChangeLog +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ git HEAD * Allow non-centered wallpapers using the --geometry option (Patch by Joel Bradshaw) * Add ; flag to --info (as in "--info ';echo foo'") to disable info display on startup Tue, 11 Jun 2013 08:27:24 +0200 Daniel Friesel <derf+feh@finalrewind.org> Loading man/feh.pre +8 −1 Original line number Diff line number Diff line Loading @@ -357,7 +357,7 @@ window becomes visible. Use .Cm --preload to get a progress bar. . .It Cm --info Ar commandline .It Cm --info Oo Ar flag Oc Ns Ar commandline . Execute .Ar commandline Loading @@ -365,6 +365,13 @@ and display its output in the bottom left corner of the image. Can be used to display e.g. image dimensions or EXIF information. Supports .Sx FORMAT SPECIFIERS . . If .Ar flag is set to .Qo ; Qc , the output will not be displayed by default, but has to be enabled by the toggle_info key. . .It Cm -k , --keep-http . When viewing files using HTTP, Loading src/options.c +4 −1 Original line number Diff line number Diff line Loading @@ -717,6 +717,9 @@ static void feh_parse_option_array(int argc, char **argv, int finalrun) break; case 234: opt.info_cmd = estrdup(optarg); if (opt.info_cmd[0] == ';') opt.info_cmd++; else opt.draw_info = 1; break; case 235: Loading Loading
ChangeLog +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ git HEAD * Allow non-centered wallpapers using the --geometry option (Patch by Joel Bradshaw) * Add ; flag to --info (as in "--info ';echo foo'") to disable info display on startup Tue, 11 Jun 2013 08:27:24 +0200 Daniel Friesel <derf+feh@finalrewind.org> Loading
man/feh.pre +8 −1 Original line number Diff line number Diff line Loading @@ -357,7 +357,7 @@ window becomes visible. Use .Cm --preload to get a progress bar. . .It Cm --info Ar commandline .It Cm --info Oo Ar flag Oc Ns Ar commandline . Execute .Ar commandline Loading @@ -365,6 +365,13 @@ and display its output in the bottom left corner of the image. Can be used to display e.g. image dimensions or EXIF information. Supports .Sx FORMAT SPECIFIERS . . If .Ar flag is set to .Qo ; Qc , the output will not be displayed by default, but has to be enabled by the toggle_info key. . .It Cm -k , --keep-http . When viewing files using HTTP, Loading
src/options.c +4 −1 Original line number Diff line number Diff line Loading @@ -717,6 +717,9 @@ static void feh_parse_option_array(int argc, char **argv, int finalrun) break; case 234: opt.info_cmd = estrdup(optarg); if (opt.info_cmd[0] == ';') opt.info_cmd++; else opt.draw_info = 1; break; case 235: Loading