We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f0c38 commit 1680407Copy full SHA for 1680407
src/signals.c
@@ -101,7 +101,7 @@ void feh_handle_signal(int signo)
101
else if (signo == SIGUSR2)
102
slideshow_change_image(winwid, SLIDE_PREV, 1);
103
} else {
104
- feh_reload_image(winwid, 0, 0);
+ feh_reload_image(winwid, 0, 1);
105
}
106
} else if (opt.multiwindow) {
107
for (i = window_num - 1; i >= 0; i--)
0 commit comments