Loading man/feh.pre +4 −0 Original line number Diff line number Diff line Loading @@ -873,6 +873,10 @@ Image width .Nm version . .It %V . Process ID . .It %z . current image zoom Loading src/slideshow.c +4 −0 Original line number Diff line number Diff line Loading @@ -508,6 +508,10 @@ char *feh_printf(char *str, feh_file * file, winwidget winwid) case 'v': strcat(ret, VERSION); break; case 'V': snprintf(buf, sizeof(buf), "%d", getpid()); strcat(ret, buf); break; case 'w': if (file && (file->info || !feh_file_info_load(file, NULL))) { snprintf(buf, sizeof(buf), "%d", file->info->width); Loading Loading
man/feh.pre +4 −0 Original line number Diff line number Diff line Loading @@ -873,6 +873,10 @@ Image width .Nm version . .It %V . Process ID . .It %z . current image zoom Loading
src/slideshow.c +4 −0 Original line number Diff line number Diff line Loading @@ -508,6 +508,10 @@ char *feh_printf(char *str, feh_file * file, winwidget winwid) case 'v': strcat(ret, VERSION); break; case 'V': snprintf(buf, sizeof(buf), "%d", getpid()); strcat(ret, buf); break; case 'w': if (file && (file->info || !feh_file_info_load(file, NULL))) { snprintf(buf, sizeof(buf), "%d", file->info->width); Loading