Loading ChangeLog +5 −3 Original line number Diff line number Diff line git HEAD Sun, 25 Mar 2012 13:13:26 +0200 Daniel Friesel <derf@finalrewind.org> * Add R, * and / aliases for <keypad begin>, <keypad *> and <keypad /> * Release v2.5 * Add R, * and / bindings for <keypad begin>, <keypad *> and <keypad /> * Try to convert unloadable files with imagemagick for up to 5 seconds * Add --magick-timeout option to set imagemagick conversion timeout or disable it altogether * Clean up temporary / to-delete files when receiveng SIG{INT,TERM,QUIT} * Clean up temporary / to-delete files when receiving SIG{INT,TERM,QUIT} * Do not scroll past image borders when using key bindings * --loadable / --unloadable: indicate result in exit status Loading src/main.c +1 −1 Original line number Diff line number Diff line Loading @@ -41,10 +41,10 @@ int main(int argc, char **argv) { atexit(feh_clean_exit); setup_signal_handlers(); init_parse_options(argc, argv); init_imlib_fonts(); setup_signal_handlers(); if (opt.display) { init_x_and_imlib(); Loading Loading
ChangeLog +5 −3 Original line number Diff line number Diff line git HEAD Sun, 25 Mar 2012 13:13:26 +0200 Daniel Friesel <derf@finalrewind.org> * Add R, * and / aliases for <keypad begin>, <keypad *> and <keypad /> * Release v2.5 * Add R, * and / bindings for <keypad begin>, <keypad *> and <keypad /> * Try to convert unloadable files with imagemagick for up to 5 seconds * Add --magick-timeout option to set imagemagick conversion timeout or disable it altogether * Clean up temporary / to-delete files when receiveng SIG{INT,TERM,QUIT} * Clean up temporary / to-delete files when receiving SIG{INT,TERM,QUIT} * Do not scroll past image borders when using key bindings * --loadable / --unloadable: indicate result in exit status Loading
src/main.c +1 −1 Original line number Diff line number Diff line Loading @@ -41,10 +41,10 @@ int main(int argc, char **argv) { atexit(feh_clean_exit); setup_signal_handlers(); init_parse_options(argc, argv); init_imlib_fonts(); setup_signal_handlers(); if (opt.display) { init_x_and_imlib(); Loading