From 63972db743398a4c2f0159110f5e14fb1effb6d5 Mon Sep 17 00:00:00 2001 From: N-R-K <79544946+N-R-K@users.noreply.github.com> Date: Tue, 21 Sep 2021 05:11:47 +0600 Subject: add -0 for outputting null-terminated list (#68) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add -0 for outputting null-terminated list this doesn't add much, if any, additional complexity to the codebase and can be quite handy for scripting purposes. Closes: https://github.com/nsxiv/nsxiv/issues/67 * Fix typo Co-authored-by: Berke Kocaoğlu --- nsxiv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nsxiv.h') diff --git a/nsxiv.h b/nsxiv.h index 0a3bff1..be7ffe6 100644 --- a/nsxiv.h +++ b/nsxiv.h @@ -268,6 +268,7 @@ struct opt { char **filenames; bool from_stdin; bool to_stdout; + char stdout_separator; bool recursive; int filecnt; int startnum; -- cgit v1.2.3