diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-01-08 18:47:41 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-01-08 18:47:41 +0100 |
commit | 886bea1e034c6878f4466a7e427302351281043e (patch) | |
tree | 1575e72c7417d6ec62ed1311b0ba04732d269dee /src/list.c | |
parent | 3159b6ace31373f1c33364a3b4bfd4e8540b45f4 (diff) | |
parent | 7a7e5832386951646f5f45a1fa04aa2be9f096df (diff) |
Merge branch 'sroracle-test-buff'
Diffstat (limited to 'src/list.c')
-rw-r--r-- | src/list.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -92,6 +92,7 @@ void real_loadables_mode(int loadable) if (opt.verbose) feh_display_status('.'); puts(file->filename); + fflush(stdout); feh_action_run(file, opt.actions[0], NULL); } else { @@ -106,6 +107,7 @@ void real_loadables_mode(int loadable) if (opt.verbose) feh_display_status('.'); puts(file->filename); + fflush(stdout); feh_action_run(file, opt.actions[0], NULL); } else { |