Loading man/feh.pre +1 −1 Original line number Diff line number Diff line Loading @@ -1206,7 +1206,7 @@ file . .It %a . Information about slideshow state (play/pause) Information about slideshow state (playing/paused) . .It %f . Loading src/help.raw +1 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ INDEX MODE OPTIONS font is specified, a title will not be printed FORMAT SPECIFIERS %a information about slideshow state (play/pause) %a information about slideshow state (playing/paused) %f image path/filename %F image path/filename (shell-escaped) %g window dimensions (\"width,height\") in pixels Loading src/slideshow.c +2 −2 Original line number Diff line number Diff line Loading @@ -399,10 +399,10 @@ char *feh_printf(char *str, feh_file * file, winwidget winwid) switch (*c) { case 'a': if (opt.paused == 1) { strncat(ret, "pause", sizeof(ret) - strlen(ret) - 1); strncat(ret, "paused", sizeof(ret) - strlen(ret) - 1); } else { strncat(ret, "play", sizeof(ret) - strlen(ret) - 1); strncat(ret, "playing", sizeof(ret) - strlen(ret) - 1); } break; case 'f': Loading Loading
man/feh.pre +1 −1 Original line number Diff line number Diff line Loading @@ -1206,7 +1206,7 @@ file . .It %a . Information about slideshow state (play/pause) Information about slideshow state (playing/paused) . .It %f . Loading
src/help.raw +1 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ INDEX MODE OPTIONS font is specified, a title will not be printed FORMAT SPECIFIERS %a information about slideshow state (play/pause) %a information about slideshow state (playing/paused) %f image path/filename %F image path/filename (shell-escaped) %g window dimensions (\"width,height\") in pixels Loading
src/slideshow.c +2 −2 Original line number Diff line number Diff line Loading @@ -399,10 +399,10 @@ char *feh_printf(char *str, feh_file * file, winwidget winwid) switch (*c) { case 'a': if (opt.paused == 1) { strncat(ret, "pause", sizeof(ret) - strlen(ret) - 1); strncat(ret, "paused", sizeof(ret) - strlen(ret) - 1); } else { strncat(ret, "play", sizeof(ret) - strlen(ret) - 1); strncat(ret, "playing", sizeof(ret) - strlen(ret) - 1); } break; case 'f': Loading