Loading src/keyevents.c +2 −1 Original line number Diff line number Diff line Loading @@ -645,6 +645,7 @@ void feh_event_handle_keypress(XEvent * ev) * editing captions in slideshow mode does not make any sense * at all; this is just in case someone accidentally does it... */ if (opt.slideshow_delay) opt.paused = 1; winwid->caption_entry = 1; } Loading Loading
src/keyevents.c +2 −1 Original line number Diff line number Diff line Loading @@ -645,6 +645,7 @@ void feh_event_handle_keypress(XEvent * ev) * editing captions in slideshow mode does not make any sense * at all; this is just in case someone accidentally does it... */ if (opt.slideshow_delay) opt.paused = 1; winwid->caption_entry = 1; } Loading