From d0b5005a023da1e436665fc1d795b20246dd9d80 Mon Sep 17 00:00:00 2001 From: NRK Date: Thu, 28 Oct 2021 11:43:36 +0600 Subject: -0 sends NULL separated file-list to key-handler with this change `-0` is turned into a more generic switch which can be used to send NULL-separated file-list to the key-handler as well. this also means `-0` no longer implicitly enables `-o` Closes: https://github.com/nsxiv/nsxiv/issues/140 --- nsxiv.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nsxiv.1') diff --git a/nsxiv.1 b/nsxiv.1 index 04228a9..fd84bc0 100644 --- a/nsxiv.1 +++ b/nsxiv.1 @@ -127,8 +127,8 @@ The same as `\-z 100'. Set zoom level to ZOOM percent. .TP .B \-0 -Same as \-o, however the marked files are NULL separated. This option implies -\-o. +Use NULL-separator. With this option output of \-o and file-list sent to the +key-handler will be seperated by a NULL character. .SH KEYBOARD COMMANDS .SS General The following keyboard commands are available in both image and thumbnail mode: -- cgit v1.2.3-54-g00ecf