aboutsummaryrefslogtreecommitdiffstats
path: root/nsxiv.h
diff options
context:
space:
mode:
authorN-R-K <79544946+N-R-K@users.noreply.github.com>2021-09-21 01:11:47 +0200
committerGitHub <noreply@github.com>2021-09-21 01:11:47 +0200
commit63972db743398a4c2f0159110f5e14fb1effb6d5 (patch)
tree31be25daaa0278f0fb153b3d703f39501c76866a /nsxiv.h
parent3234b0e521cca006a94cb135a88d146122d7f66d (diff)
downloadnsxiv-63972db743398a4c2f0159110f5e14fb1effb6d5.tar.zst
add -0 for outputting null-terminated list (#68)
* 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 <berke.kocaoglu@metu.edu.tr>
Diffstat (limited to 'nsxiv.h')
-rw-r--r--nsxiv.h1
1 files changed, 1 insertions, 0 deletions
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;